maybeOf static method
Implementation
static RouteRestorableState? maybeOf(BuildContext context) {
final scope = context.dependOnInheritedWidgetOfExactType<_NRouterScope>();
return scope?.state;
}
static RouteRestorableState? maybeOf(BuildContext context) {
final scope = context.dependOnInheritedWidgetOfExactType<_NRouterScope>();
return scope?.state;
}