updateOperation<T extends GlobalState> abstract method

T updateOperation<T extends GlobalState>(
  1. Object? operationKey,
  2. OperationState operationState
)

Returns the T with updated OperationState by operationKey and operationState value.

Implementation

T updateOperation<T extends GlobalState>(
  Object? operationKey,
  OperationState operationState,
);