error static method
Implementation
static void error(Object msg) {
if (TgoRTC.instance.options.debug) {
final text = '[ERROR] $msg';
developer.log(text, name: 'ERROR');
print(text);
}
}
static void error(Object msg) {
if (TgoRTC.instance.options.debug) {
final text = '[ERROR] $msg';
developer.log(text, name: 'ERROR');
print(text);
}
}