completeCurrentStep static method

Future<void> completeCurrentStep(
  1. BuildContext context
)

This will force the completion of the current step and continue onto the next step after the completion animation of the current overlay.

The onComplete parameter will be ignored for every active overlay.

Implementation

static Future<void> completeCurrentStep(BuildContext context) async =>
    _blocOf(context).completeStep();