isSDkInitialized property

bool get isSDkInitialized

Check if the SDK has initialized

Returns

  • True if the SDK has been initialized, false otherwise

Implementation

static bool get isSDkInitialized {
  return GemKitPlatform.instance.isSdkInitialized();
}