onWillNext property

WillDoCallback? onWillNext
final

This callback is called when the demo flow is about to jump to the next step.

You can return false if you want to prevent it from taking effect.

Implementation

final WillDoCallback? onWillNext;