withCurrentMode method
Implementation
ChatSessionSettings withCurrentMode(String modeId) {
return copyWith(modes: modes.copyWith(currentModeId: modeId));
}
ChatSessionSettings withCurrentMode(String modeId) {
return copyWith(modes: modes.copyWith(currentModeId: modeId));
}