addToUserAttributeArray method
Implementation
addToUserAttributeArray(String attributeKey, List<String> attributeValues) {
_channel.invokeMethod("addToUserAttributeArray", <String, dynamic>{
'attributeKey': attributeKey,
'attributeValues': attributeValues
});
}