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