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