main function

dynamic main()

Implementation

main() async {
  MyAppHome = NewView();
  return buildApp();
}