isEnabled property
The state of the service (if it reports to Analytics or not).
Implementation
@override
bool get isEnabled
{
logDebug('### get isEnabled: $_isEnabled');
return _isEnabled;
}
The state of the service (if it reports to Analytics or not).
@override
bool get isEnabled
{
logDebug('### get isEnabled: $_isEnabled');
return _isEnabled;
}