supportsOptimistic property

  1. @override
bool supportsOptimistic
final

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

@override
final bool supportsOptimistic;