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