menu
moduler_structure package
documentation
Contracts/Features/ReadConfigFile/ReadConfigFileContract.dart
ReadConfigFileContract
existConfigFile method
existConfigFile method
brightness_4
brightness_5
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