rmdirSync abstract method

void rmdirSync(
  1. String path
)

Removes an empty directory.

Implementation

void rmdirSync(String path);