release static method
Release the Magic Lane SDK. After this call all remained SDK objects cannot be used.
Implementation
static Future<void> release() async {
await GemKitPlatform.disposeGemSdk();
}
Release the Magic Lane SDK. After this call all remained SDK objects cannot be used.
static Future<void> release() async {
await GemKitPlatform.disposeGemSdk();
}