menu
gptbot package
documentation
gptbot.dart
Gpt_flutter
Gpt_flutter.new const constructor
Gpt_flutter.new const constructor
dark_mode
light_mode
Gpt_flutter
constructor
const
Gpt_flutter
(
{
Key
?
key
,
required
String
apiKey
,
})
Implementation
const Gpt_flutter({Key? key, required this.apiKey}) : super(key: key);
gptbot package
documentation
gptbot
Gpt_flutter
Gpt_flutter.new const constructor
Gpt_flutter class