OnReceiveNewInvitationCallback typedef
Implementation
typedef OnReceiveNewInvitationCallback = void Function(
String inviteID,
String inviter,
String groupID,
List<String> inviteeList,
String data,
);
typedef OnReceiveNewInvitationCallback = void Function(
String inviteID,
String inviter,
String groupID,
List<String> inviteeList,
String data,
);