debug method - Console class - dart:html library (original) (raw)
void debug(
- Object? arg )
Implementation
void debug(Object? arg) =>
_isConsoleDefined ? JS('void', 'window.console.debug(#)', arg) : null;
void debug(
void debug(Object? arg) =>
_isConsoleDefined ? JS('void', 'window.console.debug(#)', arg) : null;