push static method

void push(
  1. String name
)

Implementation

static void push(
  final String name
) => Router.neglect(
  globalContext,
  () async => globalContext.pushNamed(name)
);