inAsyncError property
Returns the App's 'Async Error Handler' if any.
Implementation
final bool? Function(FlutterErrorDetails details)? inAsyncError;
Returns the App's 'Async Error Handler' if any.
final bool? Function(FlutterErrorDetails details)? inAsyncError;