getOutputDirectoryPath static method
Returns the absolute path to the output directory (creates it if needed).
Implementation
static Future<String> getOutputDirectoryPath({String? subDirectory}) async {
return _resolveOutputDirectory(subDirectory);
}