isSupportedRoute static method

bool isSupportedRoute(
  1. String? route
)

Implementation

static bool isSupportedRoute(String? route) {
  return _isSupportedRoute(route, true);
}