postFileUpload abstract method

Future<Either<AppException, Response>> postFileUpload(
  1. String endpoint, {
  2. Map<String, dynamic>? data,
  3. List<File>? files,
  4. String? fileKey,
})

Implementation

Future<Either<AppException, Response>> postFileUpload(String endpoint,
    {Map<String, dynamic>? data, List<File>? files, String? fileKey});