Creates a chat instance which internally tracks the ongoing conversation with the model.
Chat startChat({List<Content> history = const []}) { return Chat(this, history: history); }