dump static method
- String message
Dumps the given error message to the console.
Implementation
static void dump(String message) => debugPrint(message);
Dumps the given error message to the console.
static void dump(String message) => debugPrint(message);