setActiveProfileById method

  1. @override
void setActiveProfileById(
  1. String profileId
)
override

Sets the active profile by its ID.

profileId - ID of the profile to set as active

Implementation

@override
void setActiveProfileById(String profileId) {
  _profileManager.setActiveProfileById(profileId);
}