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