collect

open suspend fun collect(collector: FlowCollector<NotificationT>)

Collect notifications for this object.

RpcNotifiable interface could be thought of implementing Kotlin Flow, but Flow documentation suggests it is not stable for inheritance yet.