of static method

Implementation

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