clubVideoLemght static method
Implementation
static void clubVideoLemght(String clubVideoLen) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(clubMinimumVideoLenght, clubVideoLen);
}
static void clubVideoLemght(String clubVideoLen) async {
SharedPreferences pref = await SharedPreferences.getInstance();
await pref.setString(clubMinimumVideoLenght, clubVideoLen);
}