main function

Future main()

Implementation

Future main() async {
  runApp(DemoApp());
}