EmitCallback<Value> typedef

EmitCallback<Value> = void Function(Value value)

Callback invoked to emit a value from an effect back to the store.

Implementation

typedef EmitCallback<Value> = void Function(Value value);