menu
finch package
documentation
tools.dart
FinchDirectory
cleanDirectory method
cleanDirectory method
dark_mode
light_mode
cleanDirectory
method
Future
<
void
>
cleanDirectory
(
)
Implementation
Future<void> cleanDirectory() async { deleteSync(recursive: true); createSync(recursive: true); }
finch package
documentation
tools
FinchDirectory
cleanDirectory method
FinchDirectory extension on
Directory