setUseLocation method
Use setUseLocation to use location updates in the workflow
Implementation
void setUseLocation({required bool useLocation}) {
this.useLocation = useLocation;
}
Use setUseLocation to use location updates in the workflow
void setUseLocation({required bool useLocation}) {
this.useLocation = useLocation;
}