getMsgQueue method Null safety

AsyncQueue getMsgQueue(
  1. String channelUrl
)

Implementation

AsyncQueue getMsgQueue(String channelUrl) =>
    _messageQueues[channelUrl] ?? AsyncQueue();