getDestinationAddressList abstract method
Implementation
@GET(Api.sourceAddress)
Future<DestinationAddressResponseModel> getDestinationAddressList({
@Query("partnerId") String? partnerId,
@Query("page") int? page,
@Query("size") int? size,
@Query("keyword") String? keyword,
});