RoomWhiteboardControllerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RoomWhiteboardControllerPlatform

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

lockCameraWithContent(String roomUuid, int width, int height) Future<VoidResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCanvasBackgroundColor(String roomUuid, String color) Future<VoidResult>
setEnableDraw(String roomUuid, bool enable) Future<VoidResult>
startWhiteboardShare(String roomUuid) Future<VoidResult>
stopMemberWhiteboardShare(String roomUuid, String userUuid) Future<VoidResult>
stopWhiteboardShare(String roomUuid) Future<VoidResult>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance RoomWhiteboardControllerPlatform
getter/setter pair