isDirEmptySync abstract method

bool isDirEmptySync(
  1. String path
)

Checks if the directory is empty.

Implementation

bool isDirEmptySync(String path);