screencap method
Implementation
Future<io.ProcessResult> screencap(String path, {bool debug = false}) async {
return await exec(['screencap', '-p', path], debug: debug);
}
Future<io.ProcessResult> screencap(String path, {bool debug = false}) async {
return await exec(['screencap', '-p', path], debug: debug);
}