main function

dynamic main()

Implementation

main() async {
  return buildApp(appHome: NewView().center());
}