operator + method

void operator +(
  1. File file
)

Allows to append content of file to this.

Implementation

void operator +(File file) => appendFromSync(file);