report abstract method

FutureOr<void> report(
  1. ErrorReport report
)

Reports an error.

Subclasses should implement this to send errors to their service.

Implementation

FutureOr<void> report(ErrorReport report);