addSMTPConfig_Pre method

Future<AddSMTPConfigResponse> addSMTPConfig_Pre(
  1. ServiceCall $call,
  2. Future<AddSMTPConfigRequest> $request
)

Implementation

$async.Future<$0.AddSMTPConfigResponse> addSMTPConfig_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AddSMTPConfigRequest> $request) async {
  return addSMTPConfig($call, await $request);
}