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