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. Also used to pay commissions to developers (email )

Implementation

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