updateSMTPConfig method
ResponseFuture<UpdateSMTPConfigResponse>
updateSMTPConfig(
- UpdateSMTPConfigRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.UpdateSMTPConfigResponse> updateSMTPConfig($1.UpdateSMTPConfigRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateSMTPConfig, request, options: options);
}