chatFilesCol static method

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

Implementation

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