getWidget method

Widget getWidget(
  1. ChatResponse chatResponse
)

Implementation

Widget getWidget(ChatResponse chatResponse) {
  return Container();
}