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