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