getActiveProfile method
Retrieves the active profile name.
Implementation
Future<void> getActiveProfile() {
throw UnimplementedError('getActiveProfile() has not been implemented.');
}
Retrieves the active profile name.
Future<void> getActiveProfile() {
throw UnimplementedError('getActiveProfile() has not been implemented.');
}