inAsyncError property

void Function(Object error)? inAsyncError
finalinherited

Returns the App's 'Async Error Handler' if any.

Implementation

final void Function(Object error)? inAsyncError;