menu
pixl_shared package
documentation
fs.dart
fileExist function
fileExist function
dark_mode
light_mode
fileExist
function
bool
fileExist
(
String
path
)
Implementation
bool fileExist(String path) { return File(path).existsSync(); }
pixl_shared package
documentation
fs
fileExist function
fs library