SudGamePlusPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SudGamePlusPlatform
Implementers

Constructors

SudGamePlusPlatform()
Constructs a SudGamePlusPlatform.

Properties

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

Methods

destroyGame() Future<Map?>
getGameList() Future<Map?>
getVersion() Future<Map?>
initSDK(String appid, String appkey, bool isTestEnv) Future<Map?>
loadGame(String userid, String roomid, String code, int gameid, String language, String viewSize, String gameConfig) Future<Map?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyStateChange(String state, String dataJson) Future<Map?>
pauseMG() Future<Map>
playMG() Future<Map>
toString() String
A string representation of this object.
inherited
updateCode(String code) Future<Map>

Operators

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

Static Properties

instance SudGamePlusPlatform
The default instance of SudGamePlusPlatform to use.
getter/setter pair