of method
Implementation
OverlayNotificationState? of(BuildContext context) {
return context.findAncestorStateOfType<OverlayNotificationState>();
}
OverlayNotificationState? of(BuildContext context) {
return context.findAncestorStateOfType<OverlayNotificationState>();
}