menu
statekit_cli package
documentation
commands/command_helper.dart
CommandHelper
checkFileExist method
checkFileExist method
dark_mode
light_mode
checkFileExist
method
Future
<
bool
>
checkFileExist
(
String
path
)
Implementation
Future<bool> checkFileExist(String path) async { return File(path.path).exists(); }
statekit_cli package
documentation
commands/command_helper
CommandHelper
checkFileExist method
CommandHelper mixin