claimInterface method

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

Claims the interface of the device (by the number specified in configuration.interfaces)

Implementation

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