QueryGetAvailablePurchasesHandler typedef
QueryGetAvailablePurchasesHandler =
Future<List<Purchase> > Function([PurchaseOptions? options])
Implementation
typedef QueryGetAvailablePurchasesHandler = Future<List<Purchase>> Function([PurchaseOptions? options]);