of static method

NRouter of(
  1. BuildContext context
)

Implementation

static NRouter of(BuildContext context) {
  return maybeOf(context)!;
}