ls abstract method

List<String> ls([
  1. String? path
])

List all files in current (or specified) directory. Maps to: ls

Returns list of names (directories end with /).

Implementation

List<String> ls([String? path]);