onAsyncError method
Supply an 'error handler' routine if something goes wrong in the corresponding initAsync() routine.
Implementation
bool onAsyncError(FlutterErrorDetails details) => false;
Supply an 'error handler' routine if something goes wrong in the corresponding initAsync() routine.
bool onAsyncError(FlutterErrorDetails details) => false;