connect method

Future<void> connect(
  1. String uuid
)

Connects to a Bluetooth device with the given uuid.

Implementation

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