TankerkoenigApi constructor

const TankerkoenigApi(
  1. String apikey
)

Acces the german patrol station api Tankerkönig

The Apikey is required to authenticate against the tankerkienig api you can get an apikey via https://creativecommons.tankerkoenig.de/

Implementation

const TankerkoenigApi(
  this.apikey,
);