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