getFile static method

dynamic getFile(
  1. String messageId
)

Implementation

static getFile(String messageId){
  return HS.chatFilesBox.get(messageId);
}