unsetCustomUserAttribute method

void unsetCustomUserAttribute(
  1. String key
)

Unsets a custom attribute.

Implementation

void unsetCustomUserAttribute(String key) {
  _callStringMethod('unsetCustomUserAttribute', 'key', key);
}