Type Alias: Unsubscribe
type Unsubscribe = () => void;
Defined in: packages/audio-session/src/types.ts:55
Removes the listener it was returned from. Idempotent.
Returns
void
type Unsubscribe = () => void;
Defined in: packages/audio-session/src/types.ts:55
Removes the listener it was returned from. Idempotent.
void