init method

  1. @override
Cmd? init()
override

Initializes the file picker.

Returns a command to read the initial directory.

Implementation

@override
Cmd? init() {
  return _readDir(_currentDirectory, _showHidden);
}