removeAttribute abstract method

BatchUserDataEditor removeAttribute(
  1. String key
)

Delete an attribute using its key.

If the attribute doesn't exist, this method is silently ignored.

Implementation

BatchUserDataEditor removeAttribute(String key);