onAsyncError method

  1. @override
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

@override
void onAsyncError(FlutterErrorDetails details) {}