* Clean up the collection by stopping sync and clearing data * This can be called manually or automatically by garbage collection
()
| 222 | * This can be called manually or automatically by garbage collection |
| 223 | */ |
| 224 | public cleanup(): void { |
| 225 | this.batchedEvents = [] |
| 226 | this.shouldBatchEvents = false |
| 227 | } |
| 228 | } |
nothing calls this directly
no outgoing calls
no test coverage detected