isUsingDeveloperKey property

bool get isUsingDeveloperKey

Check if current key is developer key

Implementation

bool get isUsingDeveloperKey => _currentApiKey != null &&
  _currentApiKey != ADMIN_API_KEY &&
  (_currentApiKey!.startsWith('dev_') || _currentApiKey!.startsWith('pk_'));