grantPermissions function
- String folderPath
Implementation
void grantPermissions(String folderPath) {
Process.runSync('chmod', ['-R', 'u+rX', folderPath]);
}
void grantPermissions(String folderPath) {
Process.runSync('chmod', ['-R', 'u+rX', folderPath]);
}