NERoomWhiteboardController class Null safety

白板控制器

Inheritance

Constructors

NERoomWhiteboardController()

Properties

hashCode int
The hash code for this object.
read-only, inherited
isSupported bool
功能是否支持
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

addAttachment(String name, dynamic attachment) → void
inherited
clearAttachments() → void
inherited
createWhiteboardView() Widget
白板Widget
getAttachment(String name) → dynamic
inherited
getWhiteboardSharingUserUuid() String?
查询白板共享者的userUuid
isSharingWhiteboard() bool
查询当前用户是否正在共享白板
isWhiteboardSharing(String userId) bool
查询用户是否正在共享白板
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
removeAttachment(String name) → void
inherited
showWhiteboardTools(bool show) Future<NEResult<void>>
设置显示白板工具栏
startWhiteboardShare() Future<VoidResult>
开始白板共享
stopMemberWhiteboardShare(String userUuid) Future<VoidResult>
stopWhiteboardShare() Future<VoidResult>
停止白板共享
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited