dump static method

void dump(
  1. String message
)

Dumps the given error message to the console.

Implementation

static void dump(String message) => debugPrint(message);