send(_:animation:)

Sends an action to the store with a given animation.

Store.swift:241
@discardableResult @MainActor func send(_ action: Action, animation: Animation?) -> StoreTask

Parameters

action

An action.

animation

An animation.

See send(_:) for more info.