isEmptyDirectory method

Future<bool> isEmptyDirectory(
  1. String url, {
  2. bool scoped = true,
})

Implementation

Future<bool> isEmptyDirectory(String url, {bool scoped = true}) async {
  throw UnimplementedError('isEmptyDirectory() has not been implemented.');
}