onNotificationStateChanged method

  1. @override
void onNotificationStateChanged(
  1. String deviceId,
  2. String serviceUuid,
  3. String characteristicUuid,
  4. bool enabled,
  5. String? error,
)
override

Implementation

@override
void onNotificationStateChanged(String deviceId, String serviceUuid,
    String characteristicUuid, bool enabled, String? error) {
  print(
      "$_tag ### onNotificationStateChanged() - $characteristicUuid, enabled=$enabled, error=$error");
}