menu
flutter_store_kit package
documentation
utils/store_kit.dart
StoreKit
getItemsByIds method
getItemsByIds method
dark_mode
light_mode
getItemsByIds
method
List
<
IAPItem
>
getItemsByIds
(
List
<
String
>
ids
)
Implementation
List<IAPItem> getItemsByIds(List<String> ids) => _subscriptionManager.getItemsByIds(ids);
flutter_store_kit package
documentation
utils/store_kit
StoreKit
getItemsByIds method
StoreKit class