organizationSetSupportEmail_Pre method
- ServiceCall call,
- Future<
OrganizationSetSupportEmailRequest> request
Implementation
$async.Future<$9.OrganizationSetSupportEmailResponse> organizationSetSupportEmail_Pre($grpc.ServiceCall call, $async.Future<$9.OrganizationSetSupportEmailRequest> request) async {
return organizationSetSupportEmail(call, await request);
}