isSDKEnabled method Null safety

Future<bool> isSDKEnabled()

Checks whether the SDK is currently enabled.

  • Return true if the SDK is enabled, false otherwise.

Implementation

static Future<bool> isSDKEnabled() {
  Logger.called('isSDKEnabled');
  return _switch.isSDKEnabled();
}