Returns true if the tracking is active and collecting data, false otherwise.
true
false
Future<bool> isTrackingActive() async { return await _channel.invokeMethod('isTrackingActive'); }