markPropertyAsPrivate method

CFResult<void> markPropertyAsPrivate(
  1. String key
)

Mark an existing property as private

Implementation

CFResult<void> markPropertyAsPrivate(String key) =>
    _userManagementComponent.markPropertyAsPrivate(key);