menu
ndk package
documentation
data_layer/io/file_io.dart
FileIO
fileExists abstract method
fileExists abstract method
dark_mode
light_mode
fileExists
abstract method
Future
<
bool
>
fileExists
(
String
filePath
)
Checks if a file exists at the given path
Implementation
Future<bool> fileExists(String filePath);
ndk package
documentation
data_layer/io/file_io
FileIO
fileExists abstract method
FileIO class