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