dispatchNotification abstract method

void dispatchNotification(
  1. Notification notification
)

Start bubbling this notification at the given build context.

The notification will be delivered to any NotificationListener components with the appropriate type parameters that are ancestors of the given BuildContext.

Implementation

void dispatchNotification(Notification notification);