generateContentStream abstract method
Generates a streaming response from the backend with the provided Contents.
prompt
is a group of Contents to send to the model.
Implementation
Future<Stream<GenerateContentResponse>> generateContentStream(List<Content> prompt);