type_shared_prefs

Creator: coderz1093

Last updated:

0 purchases

type_shared_prefs Image
type_shared_prefs Images
Add to Cart

Description:

type shared prefs

Type Shared Prefs #
This package extends the base package with a simplified API on the KeyValueStore object to make it easier to write values to the shared prefs and to read.
usage is as simple as that
/// initialize a store
var store = KeyValueStore();
/// simple write
store.write("testKey", 42);
int? storedValue = store.getValue("testKey"); /// the type is inferred
store.delete("testKey");
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.