subscribeCharacteristic method
Implementation
Stream<Uint8List> subscribeCharacteristic(
String address, String service, String characteristic) async* {
throw UnimplementedError(
'subscribeCharacteristic() has not been implemented.');
}
Stream<Uint8List> subscribeCharacteristic(
String address, String service, String characteristic) async* {
throw UnimplementedError(
'subscribeCharacteristic() has not been implemented.');
}