of static method

Implementation

static UIStateDelegate of(BuildContext context) {
  return Router.of(context).routerDelegate as UIStateDelegate;
}