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