main function

dynamic main()

Implementation

main() async {
  MyAppHome = FooterLayout(footer: KeyboardWidgetView(), child: NewView());
  return await buildApp();
}