changeState<T> method

Future<ApiResponse<T>> changeState<T>(
  1. Map<String, Object> params
)

Changes order status.

Implementation

Future<ApiResponse<T>> changeState<T>(Map<String, Object> params) =>
    _api.request<T>('orders.changeState', params);