AFShouldContinueCheckDelegate typedef
AFShouldContinueCheckDelegate =
Future<AFShouldContinue> Function()
Delegate used to perform an asynchronous operation (like an alert, and say whether it should continue).
Implementation
typedef AFShouldContinueCheckDelegate = Future<AFShouldContinue> Function();