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