Type Alias UnsubscriberAsync

UnsubscriberAsync: () => Promise<boolean>

Function to run to dispose of something that runs asynchronously. The promise resolves to true if successfully unsubscribed

Type declaration

    • (): Promise<boolean>
    • Returns Promise<boolean>