selectConfiguration method

Future selectConfiguration(
  1. dynamic device,
  2. int configurationValue
)

Select the configuration of the device. Returns a Future resolved when the setup has been applied.

Implementation

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