菜单
Dart
dart:html
Console
错误方法
错误
暗黑模式
亮模式
描述
error
方法
void
error
(
Object
?
arg
)
实现
void error(Object? arg) => _isConsoleDefined ? JS('void', 'window.console.error(#)', arg) : null;
Dart
dart:html
Console
错误方法
Console类
Cookie管理控件