ChatTelegramAdapter constructor

ChatTelegramAdapter(
  1. BuildContext context,
  2. List items,
  3. Function onItemClick
)

Implementation

ChatTelegramAdapter(this.context, this.items, this.onItemClick);