getRouteName static method

String? getRouteName(
  1. BuildContext context
)

Retrieves the routeName of the current route in the navigation stack

Implementation

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