updateSMTPConfig method

ResponseFuture<UpdateSMTPConfigResponse> updateSMTPConfig(
  1. UpdateSMTPConfigRequest request, {
  2. CallOptions? options,
})

Implementation

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