uploadVideo method

Future<UploadJsonResult> uploadVideo(
  1. String? filePath
)

Implementation

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