Future<bool?> initIOSReader({required String deviceName}) { return methodChannel .invokeMethod<bool>('initIOSReader', {'deviceName': deviceName}); }