menu
path_type package
documentation
posix.dart
Path
exists method
exists method
dark_mode
light_mode
exists
method
Future
<
bool
>
exists
(
)
Determines whether file exists on disk.
Implementation
Future<bool> exists() => platform.exists(string);
path_type package
documentation
posix
Path
exists method
Path extension type