initReader method

Future<bool?> initReader({
  1. String? frequencyType,
  2. String? communicationType,
})

Implementation

Future<bool?> initReader({String? frequencyType, String? communicationType}) {
  throw UnimplementedError('initReader() has not been implemented.');
}