printStackTrace method

void printStackTrace()

Implementation

void printStackTrace() {
  print(stackTrace.formatStackTrace());
}