main function

dynamic main()

Implementation

main() async {
  return runApp(MaterialApp(
    home: Scaffold(
        body: NewView()),
  ));
}