messagesCol static method

ColRef messagesCol({
  1. required String chatId,
})

Implementation

static ColRef messagesCol({required final String chatId}) =>
    _ref.collection(chatsColName).doc(chatId).collection(messagesColName);