getStateWithNewSubscriptionCount method

  1. @override
PresenceChannelState getStateWithNewSubscriptionCount(
  1. int? subscriptionCount
)
override

Implementation

@override
PresenceChannelState getStateWithNewSubscriptionCount(
  int? subscriptionCount,
) =>
    _stateIfNull().copyWith(
      subscriptionCount: subscriptionCount,
    );