menu
general_ai package
documentation
google_generative_ai/google_generative_ai_data.dart
GeneralAiGoogleGenerativeAiControllerBase
ask method
ask method
dark_mode
light_mode
ask
method
Future
<
String
?
>
ask
(
{
required
String
prompt
,
})
Implementation
Future<String?> ask({required String prompt}) async { return ""; }
general_ai package
documentation
google_generative_ai/google_generative_ai_data
GeneralAiGoogleGenerativeAiControllerBase
ask method
GeneralAiGoogleGenerativeAiControllerBase class