EMNormalFileMessageBody constructor

EMNormalFileMessageBody(File file)

创建方法, file 要发送的文件

Implementation

EMNormalFileMessageBody(File file)
    : this._file = file,
      super(file.path);