connectToAddress method

Stream<DeviceConnectionState> connectToAddress(
  1. String address,
  2. int? phy
)

Implementation

Stream<DeviceConnectionState> connectToAddress(
    String address, int? phy) async* {
  throw UnimplementedError('connectToDevice() has not been implemented.');
}