flowAbort

abstract suspend fun flowAbort(wideEventId: Long): Result<Unit>

Abort an active flow and discard all data (nothing is sent).

Parameters

wideEventId

ID of the wide event.