getUser method
- Channel channel
Retrieves the user associated with the channel.
Implementation
SetonixUser? getUser(Channel channel) => _users[channel];
Retrieves the user associated with the channel.
SetonixUser? getUser(Channel channel) => _users[channel];