@override Future<bool> stop() async { final result = await methodChannel.invokeMethod<bool>('stopTracking'); return result ?? false; }