clearStorage function

Future<bool> clearStorage()

Implementation

Future<bool> clearStorage() {
  return SharedPreferencesUtil.clearSharedPrefs();
}