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 {
final OperationResult resultString = staticMethod(
'SdkSettings',
'isSDKinitialized',
);
return resultString['result'];
}