NERoomWhiteboardController class Null safety
Whiteboard controller
- Inheritance
-
- Object
- NERoomBaseController
- NERoomWhiteboardController
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- isSupported → bool
-
Get whether the feature is supported.
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 - Whiteboard Widget
-
getAttachment(
String name) → dynamic -
inherited
-
getWhiteboardSharingUserUuid(
) → String? - Get the userUuid of the user that shares whiteboard.
-
isSharingWhiteboard(
) → bool - True if the current user is sharing whiteboard
-
isWhiteboardSharing(
String userId) → bool - True if whiteboard sharing is happening
-
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> > - Show the whiteboard tools
- Start sharing whiteboard
- Stop sharing whiteboard
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited