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