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