logException static method

void logException(
  1. String exception
)

Implementation

static void logException(String exception) {
  log('Caught Exception | $exception}');
}