GemKit class Core
GEM SDK global functions.
Constructors
- GemKit()
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 Methods
-
initialize(
{String? appAuthorization, bool allowInternetConnection = true, AutoUpdateSettings autoUpdateSettings = const AutoUpdateSettings()}) → Future< void> - Initialize GEM SDK.
-
release(
) → Future< void> - Release GEM SDK. After this call all remained SDK objects cannot be used.