PrivateGroupChannel constructor
PrivateGroupChannel(
- ChannelProperties _properties
Implementation
PrivateGroupChannel(this._properties) {
messages = MessageManager(_properties.id);
}