initIOSReader method

Future<bool?> initIOSReader({
  1. required String deviceName,
})

Implementation

Future<bool?> initIOSReader({required String deviceName}) {
  throw UnimplementedError('initReader() has not been implemented.');
}