menu
change_app_name package
documentation
common.dart
fileExists function
fileExists function
dark_mode
light_mode
fileExists
function
bool
fileExists
(
String
filePath
)
Implementation
bool fileExists(String filePath) { return File(filePath).existsSync(); }
change_app_name package
documentation
common
fileExists function
common library