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