claimInterface method

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

Claims the interface of the device

Implementation

Future claimInterface(dynamic device, int interfaceNumber) {
  return _platform.claimInterface(device, interfaceNumber);
}