Removes a value by key.
Future<void> remove(String key) async { await _sharedPreferences.remove('${_prefix}_$key'); }