Completes with true once the user preferences for the app has been cleared.
static Future<bool> clear() async { final prefs = await INSTANCE; return prefs.clear(); }