sendException abstract method

Future sendException(
  1. String description, {
  2. bool? fatal,
})

In order to avoid sending any personally identifying information, the description field must not contain the exception message. In addition, only the first 100 chars of the description will be sent.

Implementation

Future sendException(String description, {bool? fatal});