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