ListLocalFileSystem extension

Platform specific extensions for where dart:io exists, which use the local file system.

on

Methods

list({String? root, bool followLinks = true}) Stream<FileSystemEntity>
Convenience method for Glob.listFileSystem which uses the local file system.
listSync({String? root, bool followLinks = true}) List<FileSystemEntity>
Convenience method for Glob.listFileSystemSync which uses the local file system.