navigate abstract method

Future<R?> navigate()

Override this method to implement your custom push action. Access the NavigatorState with ref.read(navigationProvider).key.currentState.

Implementation

Future<R?> navigate();