listFiles abstract method

Future<List<String>> listFiles(
  1. String directoryPath
)

Lists files under the specified directory.

Implementation

Future<List<String>> listFiles(String directoryPath);