main function
dynamic
main()
Implementation
main() async {
return runApp(MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData(scaffoldBackgroundColor: Colors.white),
home: NewView(),
));
}