WhiteSdk class

Constructors

WhiteSdk({required WhiteOptions options, required DsBridge dsBridge})

Properties

dsBridge DsBridge
final
hashCode int
The hash code for this object.
no setterinherited
options WhiteOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
no setter

Methods

joinReplay({required ReplayOptions options, PlayerStateChangedCallback? onPlayerStateChanged, PlayerPhaseChangedCallback? onPlayerPhaseChanged, FirstFrameLoadedCallback? onLoadFirstFrame, ScheduleTimeChangedCallback? onScheduleTimeChanged, PlaybackErrorCallback? onPlaybackError}) Future<WhiteReplay>
joinRoom({required RoomOptions options, RoomStateChangedCallback? onRoomStateChanged, RoomPhaseChangedCallback? onRoomPhaseChanged, RoomDisconnectedCallback? onRoomDisconnected, RoomKickedCallback? onRoomKicked, UndoStepsUpdatedCallback? onCanUndoStepsUpdate, RedoStepsUpdatedCallback? onCanRedoStepsUpdate, RoomErrorCallback? onRoomError}) Future<WhiteRoom>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerApp(WindowRegisterAppParams params) Future<bool>
setBackgroundColor(Color? color) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

tag → const String