main function

dynamic main()

Implementation

main() {
  return buildApp(home: HomeView());
}