BattleManager class

Available extensions

Constructors

BattleManager()

Properties

battleListener ↔ BattleListener?
getter/setter pair
battleState LSBattleState
getter/setter pair
context Context
latefinal
hashCode int
The hash code for this object.
no setterinherited
inviteeList ValueNotifier<List<SeatUserInfo>>
final
onBattleScoreListener VoidCallback
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service LiveStreamService
latefinal

Methods

dispose() → void
init(Context context) → void
isBattleDraw() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBattleExited() → void
onCanceledBattle() → void
onRequestBattle(String battleId, List<SeatUserInfo> battleUserList) → void
onResponseBattle() → void
resetState() → void
setLiveID(String liveID) → void
toString() String
A string representation of this object.
inherited

Operators

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