ROUTE NAME
Future<void> StoreRouteNameToLocalStorage(String value) async { SharedPreferences prefs = await SharedPreferences.getInstance(); prefs.setString(routeNameKey,value); }