ApiKeyNotifier constructor
- ApiKeyService _apiKeyService
Implementation
ApiKeyNotifier(this._apiKeyService) : super(null) {
_init();
// Listen for API key changes.
_apiKeyService.addListener(_onApiKeyChanged);
}
ApiKeyNotifier(this._apiKeyService) : super(null) {
_init();
// Listen for API key changes.
_apiKeyService.addListener(_onApiKeyChanged);
}