setOutputFilePath method
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);
Sets the path of the output file to be produced.
Call this after setOutputFormat but before prepare.
Future<void> setOutputFilePath(String path) =>
_channel.$setOutputFilePath(this, path);