getItemsByIds method

List<IAPItem> getItemsByIds(
  1. List<String> ids
)

Implementation

List<IAPItem> getItemsByIds(List<String> ids) =>
    _subscriptionManager.getItemsByIds(ids);