withCurrentMode method

ChatSessionSettings withCurrentMode(
  1. String modeId
)

Implementation

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