addReceiveGroupAdminApprovalListener method

dynamic addReceiveGroupAdminApprovalListener(
  1. JMReceiveGroupAdminApprovalListener callback
)

Implementation

addReceiveGroupAdminApprovalListener(
    JMReceiveGroupAdminApprovalListener callback) {
  _eventHanders.receiveGroupAdminApproval.add(callback);
}