getclubCreated static method

Future<String?> getclubCreated()

Implementation

static Future<String?> getclubCreated() async {
  SharedPreferences pref = await SharedPreferences.getInstance();
  return pref.getString(maxClubCreated);
}