Subscription is received generally after making WebSocket Stream Request

interface Subscription {
    cancel: () => void;
}

Properties

Properties

cancel: () => void