getLockedFiles static method
Get files from existing lock file
Implementation
static Future<List<FileConfig>> getLockedFiles([String? lockPath]) async {
return LockFileService.getLockedFiles(lockPath);
}
Get files from existing lock file
static Future<List<FileConfig>> getLockedFiles([String? lockPath]) async {
return LockFileService.getLockedFiles(lockPath);
}