menu
cometchat_calls_sdk package
documentation
helper/cometchatcalls_utils.dart
CometChatCallsUtils
showLog static method
showLog static method
dark_mode
light_mode
showLog
static method
dynamic
showLog
(
String
tag
,
String
log
)
Implementation
static showLog(String tag, String log) { if (kDebugMode) { debugPrint("$tag >>>: $log"); } }
cometchat_calls_sdk package
documentation
helper/cometchatcalls_utils
CometChatCallsUtils
showLog static method
CometChatCallsUtils class