changeOrganization function
Implementation
changeOrganization(BuildContext context) {
showPumalModalBottomSheet(
context: context, safeArea: true, child: OrganizationPicker());
}
changeOrganization(BuildContext context) {
showPumalModalBottomSheet(
context: context, safeArea: true, child: OrganizationPicker());
}