Live Query Flow
class LiveQueryFlow<T>(flow: Flow<LiveQueryAction<T>>, val id: String, connection: Surreal) : Flow<LiveQueryAction<T>> , Closeable
Live query flow
This class is a wrapper around a flow of LiveQueryActions making it Closeable.
Parameters
T
The type of the records