onAsyncError method
Supply an 'error handler' routine if something goes wrong in the corresponding initAsync() routine.
Implementation
@override
bool onAsyncError(FlutterErrorDetails details) {
/// Supply an 'error handler' routine if something goes wrong
/// in the corresponding initAsync() routine.
/// Returns true if the error was properly handled.
return false;
}