GlobalConfig class

Constructors

GlobalConfig()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

customConfig Map<String, dynamic>
getter/setter pair
defaultEnv int
getter/setter pair
defaultLanguage int
getter/setter pair
deviceType int
getter/setter pair
environment int
getter/setter pair
myWebSocket WebSocketManager
getter/setter pair
platformId String
getter/setter pair
playerInfo Map<String, dynamic>
getter/setter pair

Static Methods

init(Map<String, dynamic> passInData, int env) → void