FlutterAIChatApp constructor
const
FlutterAIChatApp({
- Key? key,
Creates a new Flutter AI Chat application.
The key
parameter is passed to the superclass constructor.
Implementation
const FlutterAIChatApp({super.key});