clearSharedPref function

Future<bool> clearSharedPref()

clear SharedPref

These codes are from nb_utils package.

Implementation

Future<bool> clearSharedPref() async {
  return await sharedPreferences.clear();
}