setOutputFilePath method

Future<void> setOutputFilePath(
  1. String path
)

Sets the path of the output file to be produced.

Call this after setOutputFormat but before prepare.

Implementation

Future<void> setOutputFilePath(String path) =>
    _channel.$setOutputFilePath(this, path);