releaseInterface method

Future releaseInterface(
  1. dynamic device,
  2. int interfaceNumber
)

Returns a Future that resolves when a claimed interface is released from exclusive access

Implementation

Future releaseInterface(dynamic device, int interfaceNumber) {
  throw UnimplementedError('releaseInterface() has not been implemented.');
}