Clears all values from storage.
static Future<bool> clear() async { return await _prefs?.clear() ?? false; }