onException method

  1. @override
Future<void> onException(
  1. Object exception,
  2. StackTrace stackTrace
)
override

Implementation

@override
Future<void> onException(Object exception, StackTrace stackTrace) async {
  await _invokeReporters(
      (r) async => await r.onException(exception, stackTrace));
}