onAsyncError method

void onAsyncError(
  1. FlutterErrorDetails details
)
inherited

initAsync() has failed and a 'error' widget instead will be displayed. This takes in the snapshot.error details.

Implementation

void onAsyncError(FlutterErrorDetails details) {}