Removes a value from storage.
static Future<bool> remove(String key) async { return await _prefs?.remove(key) ?? false; }