@override Future<bool> isTracking() async { return await methodChannel.invokeMethod('isTracking') ?? false; }