uploadVideo method
Implementation
Future<UploadJsonResult> uploadVideo(String? filePath) async {
return await bytedeskHttpApi.uploadVideo(filePath);
}
Future<UploadJsonResult> uploadVideo(String? filePath) async {
return await bytedeskHttpApi.uploadVideo(filePath);
}