LiveGameManager class

直播间游戏管理

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

getLiveGameList() List<GameListModel>
获取直播间游戏列表数据
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestLiveGameList({dynamic callback(List<GameListModel>)?}) → dynamic
获取直播间游戏列表 callback 有礼物数据时回调方法
sendWalletChangeEvent() → dynamic
通知直播游戏相关页面刷新余额
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

getInstance → dynamic
no setter