shareAndInvite function
void
shareAndInvite(
call shareAndInvite method from the invitaion service
Implementation
void shareAndInvite(BuildContext context, String jsonData) {
InvitationService().shareAndinvite(context, jsonData);
}