isStarted property

  1. @override
bool isStarted
override

Whether tracking was started.

Equivalent of isTracking || isFinished

Implementation

@override
bool get isStarted =>
    throw UnsupportedError('Unsupported in no-op implementation');