connect method

Future<void> connect(
  1. BleDevice device
)

Implementation

Future<void> connect(BleDevice device) {
  throw UnimplementedError('connect() has not been implemented.');
}