analyticsEnabled method
Checks if analytics is enabled.
Note that the return value may change after the run method has started.
Can be overridden.
Implementation
bool analyticsEnabled() => _analyticsEnabled;
Checks if analytics is enabled.
Note that the return value may change after the run method has started.
Can be overridden.
bool analyticsEnabled() => _analyticsEnabled;