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