testSMTPConfigById_Pre method
Future<TestSMTPConfigByIdResponse>
testSMTPConfigById_Pre(
- ServiceCall $call,
- Future<
TestSMTPConfigByIdRequest> $request
Implementation
$async.Future<$0.TestSMTPConfigByIdResponse> testSMTPConfigById_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.TestSMTPConfigByIdRequest> $request) async {
return testSMTPConfigById($call, await $request);
}