addWebDumpListener static method
- void listener(
- String message
Adds a listener that captures error messages being dumped on the web.
Implementation
static void addWebDumpListener(void Function(String message) listener) {}
Adds a listener that captures error messages being dumped on the web.
static void addWebDumpListener(void Function(String message) listener) {}