finishAsyncWithError method
The default implementation calls the error handler specified in your xxx_define_core.dart file.
Implementation
void finishAsyncWithError(AFFinishQueryErrorContext context) {
  if(onError == null) {
    AFibF.g.finishAsyncWithError(context);
  }
}