getStateWithNewStatus method

  1. @override
PrivateEncryptedChannelState getStateWithNewStatus(
  1. ChannelStatus status
)
override

Implementation

@override
PrivateEncryptedChannelState getStateWithNewStatus(ChannelStatus status) =>
    _stateIfNull().copyWith(
      status: status,
    );