maybeOf static method
Implementation
static AuthState? maybeOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<AuthStateProvider>()?.state;
static AuthState? maybeOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<AuthStateProvider>()?.state;