Type Alias: Unsubscribe
type Unsubscribe = () => void;
Defined in: packages/player/src/player.ts:1100
Unsubscribes a listener. Safe to call more than once.
Returns
void
type Unsubscribe = () => void;
Defined in: packages/player/src/player.ts:1100
Unsubscribes a listener. Safe to call more than once.
void