queryProductDetails method

Future<ProductDetailsResponse> queryProductDetails(
  1. Set<String> identifiers
)

Query product details for the given set of IDs.

Identifiers in the underlying payment platform, for example, App Store Connect for iOS and Google Play Console for Android.

Implementation

Future<ProductDetailsResponse> queryProductDetails(Set<String> identifiers) =>
    throw UnimplementedError(
        'queryProductDetails() had not been implemented.');