apiKey method Null safety

void apiKey(
  1. String apiKey
)

The apiKey to connect to TIKI L0 Storage.

Implementation

void apiKey(String apiKey) => _apiKey = apiKey;