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