Refractored.Xam.Settings
Main implementation for ISettings
Gets the current value or the default that you specify.
Vaue of t (bool, int, float, long, string)
Key for settings
default value if not set
Value or default
Adds or updates a value
key to update
value to set
True if added or update and you need to save
Adds or updates the value
Key for settting
Value to set
True of was added or updated and you need to save it.
If value is null, this will be thrown.
Saves all currents settings outs.
Removes a desired key from the settings
Key for setting
Cross Platform settings
Current settings to use