WhiteBoardManagerIpml class

Inheritance
Annotations
  • @LazySingleton(as: WhiteBoardManager)

Constructors

WhiteBoardManagerIpml(WaterbusWebRTCManager _rtcManager, SocketEmiter _socketEmiter)

Properties

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

Methods

cleanWhiteBoard({bool shouldEmit = true}) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onRemoteBoardChanged(List<DrawModel> paints, DrawActionEnum action) → void
override
redoWhiteBoard() Future<void>
override
startWhiteBoard() Future<void>
override
toString() String
A string representation of this object.
inherited
undoWhiteBoard() Future<void>
override
updateWhiteBoard(DrawModel draw, DrawActionEnum action) Future<void>
override

Operators

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