WhiteBoardManagerIpml class
- Inheritance
-
- Object
- WhiteBoardManager
- WhiteBoardManagerIpml
- Annotations
-
- @LazySingleton(as: WhiteBoardManager)
Constructors
- WhiteBoardManagerIpml(WaterbusWebRTCManager _rtcManager, SocketEmiter _socketEmiter)
Properties
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