main function

dynamic main()

Implementation

main() async {
  MyAppHome = Usage();

  return await buildApp();
}