clearSharedPrefs static method

Future<bool> clearSharedPrefs()

Implementation

static Future<bool> clearSharedPrefs() =>
    SharedPreferencesUtil.instance.clear();