menu
dep_sherpa package
documentation
adapters/filesystem.dart
FileSystemAdapter
fileExists abstract method
fileExists abstract method
dark_mode
light_mode
fileExists
abstract method
bool
fileExists
(
String
path
)
Returns whether a file exists at
path
.
Implementation
bool fileExists(String path);
dep_sherpa package
documentation
adapters/filesystem
FileSystemAdapter
fileExists abstract method
FileSystemAdapter class