clearHalt method

Future clearHalt(
  1. dynamic device,
  2. String direction,
  3. int endpointNumber
)

Returns a Future that resolves when a halt condition is cleared.

Implementation

Future clearHalt(dynamic device, String direction, int endpointNumber) {
  throw UnimplementedError('clearHalt() has not been implemented.');
}