pushFirst<T> abstract method
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);
Push the first page in the array
This is called in the page before the first page included in the navigation array.
Future<T?> pushFirst<T>(BuildContext context);