complete method

void complete()

Requests the wizard to complete.

Implementation

void complete() {
  _flowController.complete();
}