uploadSdkInfo method Null safety
Upload the SDK log You can call the method after joining a channel.
Implementation
Future<int> uploadSdkInfo() async {
IntValue reply = await _api.uploadSdkInfo();
return reply.value ?? -1;
}
Upload the SDK log You can call the method after joining a channel.
Future<int> uploadSdkInfo() async {
IntValue reply = await _api.uploadSdkInfo();
return reply.value ?? -1;
}