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