ChannelState.empty constructor
ChannelState.empty(
- String channelId
Create empty initial state
Implementation
factory ChannelState.empty(String channelId) => ChannelState(
channelId: channelId,
version: 0,
lastModified: DateTime.now(),
);