write method

void write(
  1. String path
)

Implementation

void write(String path) {
  _image.write(path);
}