onItemClick method

void onItemClick(
  1. Notif obj
)

Implementation

void onItemClick(Notif obj) {
  onClick(index, obj);
}