onOutput method

  1. @Deprecated('Use onDomainModel.')
  2. @protected
  3. @mustCallSuper
void onOutput(
  1. BuildContext context,
  2. DomainModelState<M> output,
  3. V viewModel
)

Implementation

@Deprecated('Use onDomainModel.')
@protected
@mustCallSuper
void onOutput(
  BuildContext context,
  DomainModelState<M> output,
  V viewModel,
) =>
    onDomainModel(context, output, viewModel);