GemKit class Core

Magic Lane SDK global functions.

Initialize and release the Magic Lane SDK using this class. Call GemKit.initialize before using any other SDK functionality.

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(), void onSdkException(SdkEvent, String)?}) Future<void>
Initialize the Magic Lane Flutter SDK.
release() Future<void>
Release the Magic Lane SDK. After this call all remained SDK objects cannot be used.