onCannotContinue method

Future<void> onCannotContinue()

Called when unable to continue (canContinue returns false) Override this method to handle validation failures

Implementation

Future<void> onCannotContinue() async {}