Clear out all values from storage.
Retrieve a Boolean from app storage by a key.
Retrieve a Float from app storage by a key.
Retrieve an Int from app storage by a key.
Retrieve a Long from app storage by a key.
Retrieve a String from app storage by a key.
Clears out a single value from storage.
Store a Boolean in app storage by a key.
Store a Float in app storage by a key.
Store an Int in app storage by a key.
Store a Long in app storage by a key.
Store a String in app storage by a key.