menu
intellicon_chat_sdk package
documentation
utils/logs.dart
Logs
debug static method
debug static method
dark_mode
light_mode
debug
static method
void
debug
(
dynamic
value
, {
String
tag
=
'general'
,
})
Implementation
static void debug(dynamic value, {String tag = 'general'}) { _log(value, LogLevel.debug, tag); }
intellicon_chat_sdk package
documentation
utils/logs
Logs
debug static method
Logs class