onAsyncError method

bool onAsyncError(
  1. FlutterErrorDetails details
)

Supply an 'error handler' routine if something goes wrong in the corresponding initAsync() routine. Returns true if the error was properly handled.

Implementation

bool onAsyncError(FlutterErrorDetails details) {
  return false;
}