inAsyncError property

(bool? Function(FlutterErrorDetails details)?) inAsyncError
finalinherited

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

Implementation

final bool? Function(FlutterErrorDetails details)? inAsyncError;