menu
flutter_gemma package
documentation
core/services/file_system_service.dart
FileSystemService
fileExists abstract method
fileExists abstract method
dark_mode
light_mode
fileExists
abstract method
Future
<
bool
>
fileExists
(
String
path
)
Checks if a file exists at the given path
Implementation
Future<bool> fileExists(String path);
flutter_gemma package
documentation
core/services/file_system_service
FileSystemService
fileExists abstract method
FileSystemService class