()
| 201 | } |
| 202 | |
| 203 | public dispose(): void { |
| 204 | this._sanitation$.shamefullySendNext(null); |
| 205 | this._isolateModule.reset(); |
| 206 | } |
| 207 | |
| 208 | // The implementation of these are in the constructor so that their `this` |
| 209 | // references are automatically bound to the instance, so that library users |