isDirectory method

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

Implementation

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