perform

open override fun perform(sideEffects: QueryEffect): Job

Deprecated

Use effect(block: Effect) instead.

Replace with

effect(block)