exception static method

void exception(
  1. String tag,
  2. String message
)

Implementation

static void exception(String tag, String message) {
  debugPrint('EXCEPTION: $tag: $message');
}