main function

dynamic main()

Developed by Suneel kumar 22-12-2021

Implementation

main()=>runApp(MaterialApp(
  home: MyApp(),
));