main function

dynamic main()

Implementation

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