isReadable function Null safety
- String path
checks if the passed path
(a file or directory) is
readable by the user that owns this process
Implementation
bool isReadable(String path) => _Is().isReadable(path);
checks if the passed path
(a file or directory) is
readable by the user that owns this process
bool isReadable(String path) => _Is().isReadable(path);