selectById method

void selectById(
  1. String conversationId
)

Implementation

void selectById(String conversationId) {
  _talkJsInbox.select(conversationId);
}