save method

bool save(
  1. String outPath
)

Implementation

bool save(String outPath) {
  return adapter.save(outPath);
}