lastSelectedModel property
Get the last selected model from persisted preferences.
Implementation
String? get lastSelectedModel {
String? modelName = _preferences.get('last_selected_model');
return modelName;
}
Get the last selected model from persisted preferences.
String? get lastSelectedModel {
String? modelName = _preferences.get('last_selected_model');
return modelName;
}