@override Future<String?> stopScanning() async { final res = await methodChannel.invokeMethod<String>('stopScanning'); return res; }