appendFileSync abstract method

void appendFileSync(
  1. String path,
  2. String data, {
  3. int? mode,
})

Appends string to file.

Implementation

void appendFileSync(String path, String data, {int? mode});