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