listContents method

Future<List<NsFileCoordinatorEntity>> listContents(
  1. String url, {
  2. bool? recursive,
  3. bool? filesOnly,
  4. bool scoped = true,
})

Implementation

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