supportsOptimistic property

bool get supportsOptimistic

Whether this interaction supports optimistic updates.

When true, the UI will be updated immediately before the API call completes. If the API call fails, changes are rolled back.

Defaults to true.

Implementation

bool get supportsOptimistic => true;