chatDoc static method

DocRef chatDoc({
  1. required String chatId,
})

Implementation

static DocRef chatDoc({required final String chatId}) =>
    _ref.collection(chatsColName).doc(chatId);