getGenres static method

Future<List<Genre>> getGenres()

Get a list of Genre

Implementation

static Future<List<Genre>> getGenres() async {
  return RawgUtils.genres();
}