logHandledException static method
Implementation
static Future<void> logHandledException(dynamic exception,
    [dynamic stackTrace]) async {
  await _exceptionHandler?.logException(exception, true, stackTrace);
}static Future<void> logHandledException(dynamic exception,
    [dynamic stackTrace]) async {
  await _exceptionHandler?.logException(exception, true, stackTrace);
}