notifyWithName method

void notifyWithName({
  1. String? name,
})

Implementation

void notifyWithName({String? name}) {
  notificationName = name;
  super.notifyListeners();
}