connect method
Initiates a connection to a BLE peripheral and returns a Stream representing the connection state.
Implementation
Stream<BleConnectionState> connect({required String deviceAddress}) {
throw UnimplementedError('connect() has not been implemented.');
}