toMatrixFile method

MatrixFile toMatrixFile()

Implementation

MatrixFile toMatrixFile() {
  return MatrixFile.fromMimeType(bytes: data, name: 'crypt');
}