AFOnErrorDelegate typedef
AFOnErrorDelegate =
void Function(AFFinishQueryErrorContext context)
Delegate used when an AFAsyncQuery results in an error.
Implementation
typedef AFOnErrorDelegate = void Function(AFFinishQueryErrorContext context);