Sets the active profile by its ID.
profileId - ID of the profile to set as active
profileId
@override void setActiveProfileById(String profileId) { _profileManager.setActiveProfileById(profileId); }