MOTHER NAME
Future<void> StoreMotherNameToLocalStorage(String value) async { SharedPreferences prefs = await SharedPreferences.getInstance(); prefs.setString(motherNameKey,value); }