Removes an entry from the platform.
Future<void> remove(String key) { return _platform.clear( ClearPreferencesParameters( filter: PreferencesFilters(allowList: <String>{key})), _options); }