onErrorRecorded property
Add a callback for recording errors to avoid Firebase dependency in tests
Implementation
final Future<void> Function(Object error, StackTrace? stack)? onErrorRecorded;
Add a callback for recording errors to avoid Firebase dependency in tests
final Future<void> Function(Object error, StackTrace? stack)? onErrorRecorded;