testEmailProviderSMTP_Pre method

Future<TestEmailProviderSMTPResponse> testEmailProviderSMTP_Pre(
  1. ServiceCall $call,
  2. Future<TestEmailProviderSMTPRequest> $request
)

Implementation

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