save method

Future<bool> save(
  1. String output
)

Implementation

Future<bool> save(String output) async {
  return _generator.save(await _getPath(), output);
}