offReadInterval method

Future<void> offReadInterval()

Stops the raw-read interval started by onReadInterval.

Implementation

Future<void> offReadInterval() {
  return FlutterUsbSerialManagerPlatform.instance.offReadInterval();
}