pushFirst<T> abstract method

Future<T?> pushFirst<T>(
  1. BuildContext context
)

Push the first page in the array

This is called in the page before the first page included in the navigation array.

Implementation

Future<T?> pushFirst<T>(BuildContext context);