getUser method

SetonixUser? getUser(
  1. Channel channel
)

Retrieves the user associated with the channel.

Implementation

SetonixUser? getUser(Channel channel) => _users[channel];