setCurrentProfile method Null safety
- String name
Set the current profile
Implementation
Future<void> setCurrentProfile(String name) async {
await command('SetCurrentProfile', <String, dynamic>{'profile-name': name});
}
Set the current profile
Future<void> setCurrentProfile(String name) async {
await command('SetCurrentProfile', <String, dynamic>{'profile-name': name});
}