uploadImage method

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

Implementation

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