listDirectory abstract method

Future<List<FileSystemEntity>> listDirectory(
  1. String path
)

Lists the contents of the directory at the given path.

Implementation

Future<List<FileSystemEntity>> listDirectory(String path);