testEmailProviderSMTP_Pre method
Future<TestEmailProviderSMTPResponse>
testEmailProviderSMTP_Pre(
- ServiceCall $call,
- Future<
TestEmailProviderSMTPRequest> $request
Implementation
$async.Future<$0.TestEmailProviderSMTPResponse> testEmailProviderSMTP_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.TestEmailProviderSMTPRequest> $request) async {
return testEmailProviderSMTP($call, await $request);
}