logException abstract method
      
void
logException(
    
- Object exception, [
- StackTrace? stackTrace,
- List<InstrumentationServiceAttachment> ? attachments
Log that the given non-priority exception was thrown, with the given
stackTrace.
Implementation
void logException(
  Object exception, [
  StackTrace? stackTrace,
  List<InstrumentationServiceAttachment>? attachments,
]);