Getter methods
This is the collection of getter methods within the PowerSyncPersister
interface. There are only two getter methods, getStore
and getPowerSync
.
getStore
The getStore
method returns a reference to the underlying Store
or MergeableStore
that is backing this Persister
object.
getPowerSync
The getPowerSync
method returns a reference to the PowerSync instance the Store
is being persisted to.