menu
flutterstart package
documentation
components/flutterstart_apply/src/file_system.dart
ApplyFileSystem
fileExists method
fileExists method
dark_mode
light_mode
fileExists
method
bool
fileExists
(
String
path
)
Implementation
bool fileExists(String path) => File(path).existsSync();
flutterstart package
documentation
components/flutterstart_apply/src/file_system
ApplyFileSystem
fileExists method
ApplyFileSystem class