trackErrorWithException abstract method

Future trackErrorWithException(
  1. String source,
  2. dynamic e,
  3. dynamic stackTrace
)

Track an error specifying its source, with exception e and stackTrace.

Implementation

Future trackErrorWithException(String source, dynamic e, dynamic stackTrace);