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