organizationSetSupportEmail_Pre method

Future<OrganizationSetSupportEmailResponse> organizationSetSupportEmail_Pre(
  1. ServiceCall call,
  2. Future<OrganizationSetSupportEmailRequest> request
)

Implementation

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