Create a new AsyncStorage instance. The keyPrefix is used to namespace the keys in the underlying storage layer. It's optional, but recommended to avoid key collisions.
Set the value for the given key.
Static
withCreate a new AsyncStorage instance with initial data.
A wrapper class for AsyncStorage for strict typing and inbuilt JSON serialization.
TODO: add support for custom JSON serializer if needed