incrementUserAttribute method
Implementation
incrementUserAttribute(String attributeKey, [double attributeValue = 1]) {
_channel.invokeMethod("incrementUserAttribute", <String, dynamic>{
'attributeKey': attributeKey,
'attributeValue': attributeValue
});
}