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