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