menu
release_tools package
documentation
project.dart
Project
fileExists method
fileExists method
dark_mode
light_mode
fileExists
method
Future
<
bool
>
fileExists
(
String
fileName
)
Implementation
Future<bool> fileExists(String fileName) { return getFile(fileName).exists(); }
release_tools package
documentation
project
Project
fileExists method
Project class