show<E> method

Future<E?> show<E>(
  1. BuildContext context
)

Implementation

Future<E?> show<E>(BuildContext context) {
  return context.router.push<E>(this);
}