Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Unsubscribe

A function returned by onSnapshot() that removes the listener when invoked.

interface Unsubscribe {
(): void;
}

§Call Signatures

§
(): void
[src]

Removes the listener when invoked.