of static method
Implementation
static StackRouterActions? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<StackRouterActions>();
}
static StackRouterActions? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<StackRouterActions>();
}