3 implementations of Remove
Microsoft.Maui.Essentials (3)
Preferences\Preferences.uwp.cs (3)
28
public void
Remove
(string key, string sharedName) =>
54
public void
Remove
(string key, string sharedName)
171
public void
Remove
(string key, string sharedName = null)
3 references to Remove
Microsoft.Maui.Essentials (3)
Preferences\Preferences.shared.cs (2)
164
/// <inheritdoc cref="IPreferences.
Remove
(string, string?)"/>
166
Current.
Remove
(key, sharedName);
Preferences\Preferences.uwp.cs (1)
29
_preferences.
Remove
(key, sharedName);