removeSMTPConfig_Pre method
Future<RemoveSMTPConfigResponse>
removeSMTPConfig_Pre(
- ServiceCall call,
- Future<
RemoveSMTPConfigRequest> request
Implementation
$async.Future<$1.RemoveSMTPConfigResponse> removeSMTPConfig_Pre($grpc.ServiceCall call, $async.Future<$1.RemoveSMTPConfigRequest> request) async {
return removeSMTPConfig(call, await request);
}