maybeOf static method
Implementation
static GuardoStateNotifier? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<GuardoInherited>()
?.stateNotifier;
}
static GuardoStateNotifier? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<GuardoInherited>()
?.stateNotifier;
}