menu
ghcp package
documentation
file_system_helper.dart
FileSystemHelper
fileExists method
fileExists method
dark_mode
light_mode
fileExists
method
bool
fileExists
(
String
path
)
Implementation
bool fileExists(String path) => File(path).existsSync();
ghcp package
documentation
file_system_helper
FileSystemHelper
fileExists method
FileSystemHelper class