clear static method

Future<bool> clear()

Clear current Cache

Implementation

static Future<bool> clear() async {
  return await getSharedPreferences().clear();
}