trackWarningWithException method
Track a warning specifying its source, with exception e and optional stackTrace.
Implementation
@override
void trackWarningWithException(String source, dynamic e, [StackTrace? stackTrace])
{
logDebug('### trackWarningWithException: $e');
}