customRevenueWithAttributes static method
void
customRevenueWithAttributes()
Implementation
static void customRevenueWithAttributes(
String eventName, String currency, double amount, Map attributes) {
_channel.invokeMethod('customRevenueWithAttributes', {
'eventName': eventName,
'currency': currency,
'amount': amount,
'attributes': attributes
});
}