@override
(config)
| 19126 | |
| 19127 | /** @override */ |
| 19128 | configure(config) { |
| 19129 | // Indirected for constructor testing. |
| 19130 | this.configure_(config); |
| 19131 | } |
| 19132 | |
| 19133 | /** |
| 19134 | * @param {!../api/subscriptions.Config} config |
no test coverage detected