queryGenres method

Future<List<Map<String, dynamic>>> queryGenres({
  1. QueryOptions? options,
})

Implementation

Future<List<Map<String, dynamic>>> queryGenres({QueryOptions? options}) {
  throw UnimplementedError('queryGenres() has not been implemented.');
}