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(); }