clubVideoLemght static method

void clubVideoLemght(
  1. String clubVideoLen
)

Implementation

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