trackErrorWithException abstract method
Track an error specifying its source, with exception e and optional stackTrace.
Implementation
void trackErrorWithException(String source, dynamic e, [StackTrace? stackTrace]);
Track an error specifying its source, with exception e and optional stackTrace.
void trackErrorWithException(String source, dynamic e, [StackTrace? stackTrace]);