showError<T extends Object?> method

Future<T?> showError<T extends Object?>(
  1. Object error
)

Requests the wizard to jump to the error page, if available.

Implementation

Future<T?> showError<T extends Object?>(Object error) =>
    widget._controller.showError(error);