setStatus method
- String? status
Sets the selected status for the organization.
Implementation
void setStatus(String? status) {
emit(state.copyWith(selectedStatus: status));
}
Sets the selected status for the organization.
void setStatus(String? status) {
emit(state.copyWith(selectedStatus: status));
}