listDirectory abstract method
Lists the contents of the directory at the given path.
Implementation
Future<List<FileSystemEntity>> listDirectory(String path);
Lists the contents of the directory at the given path.
Future<List<FileSystemEntity>> listDirectory(String path);