(
public collectionName: string
)
| 9 | |
| 10 | static useLiveDoc = useLiveDoc; |
| 11 | constructor( |
| 12 | public collectionName: string |
| 13 | ) {} |
| 14 | |
| 15 | static listen() { |
| 16 | if (!started) { |
nothing calls this directly
no outgoing calls
no test coverage detected