removeProperties method

CFResult<void> removeProperties(
  1. List<String> keys
)

Remove multiple properties from the user

Implementation

CFResult<void> removeProperties(List<String> keys) =>
    _userManagementComponent.removeProperties(keys);