generateContent method
Generates a response from the backend with the provided text represented Content.
Implementation
Future<String?> generateContent(
GenerativeModel generativeModel,
String prompt,
) async {
throw UnimplementedError('generateContent() has not been implemented.');
}