menu
Dart
dart:html
Console
error method
error
brightness_4
brightness_5
description
error
method
void
error
(
Object
?
arg
)
Implementation
void error(Object? arg) => _isConsoleDefined ? JS('void', 'window.console.error(#)', arg) : null;
Dart
dart:html
Console
error method
Console class