testSMTPConfigById_Pre method

Future<TestSMTPConfigByIdResponse> testSMTPConfigById_Pre(
  1. ServiceCall $call,
  2. Future<TestSMTPConfigByIdRequest> $request
)

Implementation

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