deleteDirectory abstract method

Future<void> deleteDirectory(
  1. String path
)

Deletes the directory at the specified path.

Implementation

Future<void> deleteDirectory(String path);