fetch method

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

Implementation

Future<AlbumOre> fetch(String path, [Query? query]) => onFetch(path, query);