SyncStream
A handle to a SyncStreamDescription that allows subscribing to the stream.
To obtain an instance of SyncStream, call com.powersync.PowerSyncDatabase.syncStream.
Functions
Link copied to clipboard
abstract suspend fun subscribe(ttl: Duration? = null, priority: StreamPriority? = null): SyncStreamSubscription
Link copied to clipboard