menu
xpm package
documentation
os/executable.dart
Executable
exists method
exists method
dark_mode
light_mode
exists
method
Future
<
bool
>
exists
(
{
bool
cache
=
true
,
})
Implementation
Future<bool> exists({bool cache = true}) async => await find(cache: cache) != null;
xpm package
documentation
os/executable
Executable
exists method
Executable class