setProfile method
Sets the DarwinSystemProfileMixin.profile for this application. Can be used to define logical execute environments.
Implementation
void setProfile(String profile) => system.profile = profile;
Sets the DarwinSystemProfileMixin.profile for this application. Can be used to define logical execute environments.
void setProfile(String profile) => system.profile = profile;