unsetUserAttribute method

dynamic unsetUserAttribute(
  1. String attribute
)

Implementation

unsetUserAttribute(String attribute) {
  _channel.invokeMethod("unsetUserAttributes", <String, dynamic>{
    'attributeValues': [attribute]
  });
}