testEmailProviderSMTPById_Pre method
Future<TestEmailProviderSMTPByIdResponse>
testEmailProviderSMTPById_Pre(
- ServiceCall $call,
- Future<
TestEmailProviderSMTPByIdRequest> $request
Implementation
$async.Future<$0.TestEmailProviderSMTPByIdResponse>
testEmailProviderSMTPById_Pre($grpc.ServiceCall $call,
$async.Future<$0.TestEmailProviderSMTPByIdRequest> $request) async {
return testEmailProviderSMTPById($call, await $request);
}