analyticsEnabled method

bool analyticsEnabled()
inherited

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;