browse method

Stream<AlbumOre> browse(
  1. String path, [
  2. Query? query
])

Implementation

Stream<AlbumOre> browse(String path, [Query? query]) => onBrowse(path, query);