exception method

void exception(
  1. Object exception, {
  2. StackTrace? stackTrace,
})

Implementation

void exception(Object exception, {StackTrace? stackTrace}) {
  return _talker.handle(exception, stackTrace);
}