trackErrorWithException abstract method

void trackErrorWithException(
  1. String source,
  2. dynamic e, [
  3. StackTrace? stackTrace
])

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

Implementation

void trackErrorWithException(String source, dynamic e, [StackTrace? stackTrace]);