listSync method
Convenience method for Glob.listFileSystemSync which uses the local file system.
Implementation
List<FileSystemEntity> listSync({String? root, bool followLinks = true}) =>
listFileSystemSync(const LocalFileSystem(),
root: root, followLinks: followLinks);