TuulClient constructor

TuulClient(
  1. String apiKey
)

Creates a TuulClient with the required apiKey.

Implementation

TuulClient(this.apiKey);