Future<bool> saveUserProfileUrl(String getUserProfile) async { SharedPreferences prefs = await SharedPreferences.getInstance(); return await prefs.setString(userProfilePicKey, getUserProfile); }