enablePurpose method
Enable a single purpose.
Implementation
CurrentUserStatusTransaction enablePurpose(String id) {
_purposesStatus[id] = true;
return this;
}
Enable a single purpose.
CurrentUserStatusTransaction enablePurpose(String id) {
_purposesStatus[id] = true;
return this;
}