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