main function

dynamic main()

Implementation

main() async {
  return buildApp(
    appHome: StatusItemView(
        name: "Joan Louji",
        time: "Today, 7.22 PM",
        seen: false,
        statusImage:
            "https://www.hindustantimes.com/rf/image_size_444x250/HT/p2/2020/06/05/Pictures/_d1034a7e-a715-11ea-b9e4-8ce809f9739c.jpg"),
  );
}