dispatchNotification method Null safety
- Notification notification
override
Start bubbling this notification at the given build context.
The notification will be delivered to any NotificationListener widgets with the appropriate type parameters that are ancestors of the given BuildContext.
Implementation
@override
void dispatchNotification(Notification notification) {
_notificationTree?.dispatchNotification(notification);
}