collectTo
abstract fun <Trigger> Flow<Trigger>.collectTo(trigger: RemoteAttributeBinding.TriggerResponse<Trigger, T>.() -> Unit)
Collects this Flow and responds to its Trigger
Parameters
trigger
sets up the TriggerResponse caused by each element in the Flow
Type Parameters
Trigger
the type of the Flow to respond to