connect method
Connect to a BLE device Returns a stream of connection events
Implementation
Stream<ConnectionEvent> connect(String deviceAddress) {
throw UnimplementedError('connect() has not been implemented.');
}
Connect to a BLE device Returns a stream of connection events
Stream<ConnectionEvent> connect(String deviceAddress) {
throw UnimplementedError('connect() has not been implemented.');
}