apiId method Null safety

void apiId(
  1. String? apiId
)

Sets the apiKey to connect to TIKI cloud.

Implementation

void apiId(String? apiId) => _apiId = apiId;