enqueueDirectoryResult method
Scripts the next currentDirectory answer.
Implementation
void enqueueDirectoryResult(Result<String> result) {
_directoryResults.add(result);
}
Scripts the next currentDirectory answer.
void enqueueDirectoryResult(Result<String> result) {
_directoryResults.add(result);
}