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