getRouteName method

String? getRouteName(
  1. BuildContext context
)

Retrieves the routeName of the current route in the navigation stack

Implementation

String? getRouteName(BuildContext context) =>
    NavigateAction.getCurrentNavigatorRouteName(context);