menu
moduler_structure package
documentation
Contracts/Features/ReadConfigFile/ReadConfigFileContract.dart
ReadConfigFileContract
existConfigFile method
existConfigFile method
dark_mode
light_mode
existConfigFile
method
bool
existConfigFile
(
String
path
)
Implementation
bool existConfigFile(String path) { final file = File(path); return file.existsSync(); }
moduler_structure package
documentation
Contracts/Features/ReadConfigFile/ReadConfigFileContract
ReadConfigFileContract
existConfigFile method
ReadConfigFileContract class