apiKey method Null safety

void apiKey(
  1. String? apiKey
)

Sets the apiKey to connect to TIKI cloud.

Implementation

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