isUsingDeveloperKey property
bool
get
isUsingDeveloperKey
Check if current key is developer key
Implementation
bool get isUsingDeveloperKey => _currentApiKey != null &&
(_currentApiKey!.startsWith('dev_') || _currentApiKey!.startsWith('pk_'));