QueryLatestTransactionIOSHandler typedef
QueryLatestTransactionIOSHandler =
Future<PurchaseIOS?> Function(String sku)
Implementation
typedef QueryLatestTransactionIOSHandler = Future<PurchaseIOS?> Function(String sku);