createReader method

Future<void> createReader()

Implementation

Future<void> createReader() async {
  await _honeywellPlugin.createReader();
}