main function

dynamic main()

Implementation

main() async {
  return buildApp(
    appHome: CallItemView(
        name: "Louji",
        time: "August 20, 7.58 PM",
        cal: true,
        callReceived: true,
        callMissed: true,
        userImage:
            "https://upload.wikimedia.org/wikipedia/en/thumb/3/3c/Chris_Hemsworth_as_Thor.jpg/220px-Chris_Hemsworth_as_Thor.jpg"),
  );
}