ImGroupNotification constructor

const ImGroupNotification({
  1. Key? key,
  2. required Function onSendSuccess,
})

Implementation

const ImGroupNotification({super.key, required this.onSendSuccess});