error static method
Implementation
static void error(String message) async {
await TUILiveKitPlatform.instance.apiLog(LiveKitLoggerLevel.error, message);
}
static void error(String message) async {
await TUILiveKitPlatform.instance.apiLog(LiveKitLoggerLevel.error, message);
}