connect method

Stream<ConnectionEvent> connect(
  1. String deviceAddress
)

Connect to a BLE device Returns a stream of connection events

Implementation

Stream<ConnectionEvent> connect(String deviceAddress) {
  throw UnimplementedError('connect() has not been implemented.');
}