stopSubscribingToNotifications method

Future<void> stopSubscribingToNotifications(
  1. CharacteristicInstance characteristic
)

Stops subscribing to notifications for a specified characteristic.

Implementation

Future<void> stopSubscribingToNotifications(
  CharacteristicInstance characteristic,
) {
  throw UnimplementedError(
      'stopSubscribingToNotifications has not been implemented.');
}