main function

dynamic main()

Implementation

main() async {
  return buildApp(home: NewView());
}