resendOrganizationInvite_Pre method
- ServiceCall call,
 - Future<
ResendOrganizationInviteRequest> request 
Implementation
$async.Future<$11.ResendOrganizationInviteResponse> resendOrganizationInvite_Pre($grpc.ServiceCall call, $async.Future<$11.ResendOrganizationInviteRequest> request) async {
  return resendOrganizationInvite(call, await request);
}