readStop method

Future<void> readStop()

Implementation

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