UseCaseStateMutation typedef

UseCaseStateMutation = void Function(UseCaseComposition controller)

A function that mutates the state of a use case using the provided UseCaseComposition.

Implementation

typedef UseCaseStateMutation =
    void Function(
      UseCaseComposition controller,
    );