isSDKEnabled method Null safety
Checks whether the SDK is currently enabled.
- Return
trueif the SDK is enabled,falseotherwise.
Implementation
static Future<bool> isSDKEnabled() {
Logger.called('isSDKEnabled');
return _switch.isSDKEnabled();
}
Checks whether the SDK is currently enabled.
true if the SDK is enabled, false otherwise.static Future<bool> isSDKEnabled() {
Logger.called('isSDKEnabled');
return _switch.isSDKEnabled();
}