maybeOf static method
Implementation
static HubScope? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<HubScopeProvider>()
?.scope;
}
static HubScope? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<HubScopeProvider>()
?.scope;
}