getOrders method

获取有效订单

Implementation

Future<AWResponseModel<List<AWOrder>>?> getOrders(AwPlatformType type) async {
  return AWPurchase.getOrderList(type);
}