testEmailProviderSMTPById method

ResponseFuture<TestEmailProviderSMTPByIdResponse> testEmailProviderSMTPById(
  1. TestEmailProviderSMTPByIdRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.TestEmailProviderSMTPByIdResponse>
    testEmailProviderSMTPById(
  $0.TestEmailProviderSMTPByIdRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$testEmailProviderSMTPById, request,
      options: options);
}