menu
statekit_cli package
documentation
validations/validations.dart
Validations<T>
checkDirectoryExist method
checkDirectoryExist method
dark_mode
light_mode
checkDirectoryExist
method
Future
<
bool
>
checkDirectoryExist
(
String
path
)
Implementation
Future<bool> checkDirectoryExist(String path) async { return Directory(path.path).exists(); }
statekit_cli package
documentation
validations/validations
Validations<T>
checkDirectoryExist method
Validations class