getAllPokemons method

Future<List<PokeDetail>> getAllPokemons()

Implementation

Future<List<PokeDetail>> getAllPokemons() {
  return _pokeGateway.getPokemons();
}