inAsyncError property

bool? Function(FlutterErrorDetails details)? inAsyncError
final

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

Implementation

final bool? Function(FlutterErrorDetails details)? inAsyncError;