switchToProfile method

Future<void> switchToProfile(
  1. String profileName
)

Switches to the specified profile.

Implementation

Future<void> switchToProfile(String profileName) {
  throw UnimplementedError('switchToProfile() has not been implemented.');
}