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