main function

dynamic main()

Implementation

main() async {
  return await buildApp(home: Usage());
}