isSDkInitialized property
Check if the SDK has initialized
Returns
- True if the SDK has been initialized, false otherwise
Throws
- An exception if it fails.
Implementation
static bool get isSDkInitialized {
return GemKitPlatform.instance.isSdkInitialized();
}