TestkitsService class abstract

Annotations
  • @ChopperApi()

Constructors

TestkitsService()

Properties

client ↔ ChopperClient
getter/setter pairinherited
definitionType Type
Used internally to retrieve the service from ChopperClient.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelOrder(String orderId) Future<Response<OrderResponse>>
createOrder(CreateOrderRequest request, {bool skipAddressValidation = false}) Future<Response<OrderResponse>>
getAllOrders(DateTime startDate, DateTime endDate, List<String>? status, {int page = 1, int size = 50}) Future<Response<OrdersResponse>>
getAllTestkits() Future<Response<TestkitsResponse>>
getOrder(String orderId) Future<Response<OrderData>>
getOrderStatus(String orderId) Future<Response<OrderData>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create(Client httpClient, Uri baseUrl, RequestInterceptor authInterceptor) TestkitsService