@override Future<void> showAllRoute() async { for (var route in _webRoute.keys) { await changeRouteVisible(route, true); } }