uploadVideoBytes method
Implementation
Future<UploadJsonResult> uploadVideoBytes(
String? fileName, List<int>? fileBytes, String? mimeType) async {
return await bytedeskHttpApi.uploadVideoBytes(
fileName, fileBytes, mimeType);
}
Future<UploadJsonResult> uploadVideoBytes(
String? fileName, List<int>? fileBytes, String? mimeType) async {
return await bytedeskHttpApi.uploadVideoBytes(
fileName, fileBytes, mimeType);
}