disableVendor method
Disable a single vendor.
Implementation
CurrentUserStatusTransaction disableVendor(String id) {
_vendorsStatus[id] = false;
return this;
}
Disable a single vendor.
CurrentUserStatusTransaction disableVendor(String id) {
_vendorsStatus[id] = false;
return this;
}