of static method
Access the notification provider from context
Implementation
static _NotificationProviderState of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<_InheritedNotificationProvider>()!.state;
}
Access the notification provider from context
static _NotificationProviderState of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<_InheritedNotificationProvider>()!.state;
}