enableVendor method
Enable a single vendor.
Implementation
CurrentUserStatusTransaction enableVendor(String id) {
_vendorsStatus[id] = true;
return this;
}
Enable a single vendor.
CurrentUserStatusTransaction enableVendor(String id) {
_vendorsStatus[id] = true;
return this;
}