getRoutes method

List<String> getRoutes()

Implementation

List<String> getRoutes() {
  debugPrint('📋 Getting list of routes: ${_routes.keys.toList()}');
  return _routes.keys.toList();
}