menu
kronix package
documentation
filesystem/storage.dart
Storage
exists abstract method
exists abstract method
dark_mode
light_mode
exists
abstract method
Future
<
bool
>
exists
(
String
path
)
Checks if a file exists at
path
.
Implementation
Future<bool> exists(String path);
kronix package
documentation
filesystem/storage
Storage
exists abstract method
Storage class