testSMTPConfig_Pre method
Future<TestSMTPConfigResponse>
testSMTPConfig_Pre(
- ServiceCall $call,
- Future<
TestSMTPConfigRequest> $request
Implementation
$async.Future<$0.TestSMTPConfigResponse> testSMTPConfig_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.TestSMTPConfigRequest> $request) async {
return testSMTPConfig($call, await $request);
}