appApiKey property

String? appApiKey
final

Returns the app api key from the environment. The api key used to generate free @signs by at_onboarding_flutter.

Implementation

static final String? appApiKey = getEnv('API_KEY');