connectDevice method

Future<bool> connectDevice(
  1. int index
)

Connect to a device by index in the scan results.

Implementation

Future<bool> connectDevice(int index) {
  throw UnimplementedError('connectDevice() has not been implemented.');
}