isTracking method

Future<bool> isTracking()

Implementation

Future<bool> isTracking() {
  return JPlatformInterface.instance.isTracking();
}