SubscriptionHubEvent.failed constructor

SubscriptionHubEvent.failed()

Emitted when a GraphQL subscription connection has failed.

Implementation

SubscriptionHubEvent.failed()
    : this._(
        const SubscriptionDetails(
          NetworkState.failed,
          IntendedState.disconnected,
        ),
      );