DatabaseDomain

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun disable(): DisableResponse

Disables database tracking, prevents database events from being sent to the client.

Link copied to clipboard
suspend fun enable(): EnableResponse

Enables database tracking, database events will now be delivered to the client.

Link copied to clipboard
fun events(): Flow<DatabaseEvent>

Subscribes to all events related to this domain.

Link copied to clipboard