notifyNotification method

void notifyNotification(
  1. T notification
)

Implementation

void notifyNotification(T notification) {
  _notification = notification;
  notifyListeners();
}