menu
fclean package
documentation
services/file_system_service.dart
FileSystemService
exists method
exists method
dark_mode
light_mode
exists
method
bool
exists
(
String
path
)
Implementation
bool exists(String path) => FileSystemEntity.typeSync(path) != FileSystemEntityType.notFound;
fclean package
documentation
services/file_system_service
FileSystemService
exists method
FileSystemService class