| 25 | import {denyCampaign, isCampaignCurrentlyGranted, grantCampaign, recordOnboardingStep, ADD_KEY, BEGIN, ONBOARDING_CAMPAIGN} from '../lib/analytics'; |
| 26 | |
| 27 | export default class AppController extends SubController { |
| 28 | constructor(port) { |
| 29 | super(port); |
| 30 | // register event handlers |
nothing calls this directly
no outgoing calls
no test coverage detected