onAsyncError method

bool onAsyncError(
  1. FlutterErrorDetails details
)
inherited

Supply an 'error handler' routine if something goes wrong in the corresponding initAsync() routine.

Implementation

bool onAsyncError(FlutterErrorDetails details) => false;