setProfile method

void setProfile(
  1. String profile
)

Sets the DarwinSystemProfileMixin.profile for this application. Can be used to define logical execute environments.

Implementation

void setProfile(String profile) => system.profile = profile;