pushUri method

Future<void> pushUri(
  1. Uri uri
)

allow you one Uri

Implementation

Future<void> pushUri(Uri uri) => _setNewRoutePath(uri);