FlutterAIChatApp constructor

const FlutterAIChatApp({
  1. Key? key,
})

Creates a new Flutter AI Chat application.

The key parameter is passed to the superclass constructor.

Implementation

const FlutterAIChatApp({super.key});