inAppPurchaseWithAttributes static method
Implementation
static void inAppPurchaseWithAttributes(
String eventName, SingularIAP purchase, Map attributes) {
_channel.invokeMethod('eventWithArgs', {
'eventName': eventName,
'args': {...purchase.toMap, ...attributes}
});
}