isSDKEnabled method Null safety
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();
}