main function

void main()

Main entry point for the Flutter AI Chat application.

This function initializes and runs the Flutter AI Chat app with proper provider setup and theme configuration.

Implementation

void main() => runApp(const FlutterAIChatApp());