isTracking property

  1. @override
bool isTracking
override

Whether tracking is active.

Tracking is only active after isStarted and before isFinished.

Implementation

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