MutationOnErrorFn<ErrorType, RecoveryType> typedef

MutationOnErrorFn<ErrorType, RecoveryType> = void Function(ErrorType error, RecoveryType? recoveryData)

Implementation

typedef MutationOnErrorFn<ErrorType, RecoveryType> = void Function(
  ErrorType error,
  RecoveryType? recoveryData,
);