onCannotContinue method
Called when unable to continue (canContinue returns false) Override this method to handle validation failures
Implementation
Future<void> onCannotContinue() async {}
Called when unable to continue (canContinue returns false) Override this method to handle validation failures
Future<void> onCannotContinue() async {}