removeRecursively method

Future removeRecursively()

Implementation

Future removeRecursively() {
  return (_asDirectory(this)).removeRecursively();
}