Function useCapacitorStore
- useCapacitorStore<T>(key, defaultValue, context?): [T, ((value) => any), (() => any), boolean]
-
Parameters
-
key: string
-
defaultValue: T
-
context: Context<IStoreContext<any>> = CapacitorStoreContext
Returns [T, ((value) => any), (() => any), boolean]