| 2 | import { AnalyticsAdapter } from '../Adapters/Analytics/AnalyticsAdapter'; |
| 3 | |
| 4 | export class AnalyticsController extends AdaptableController { |
| 5 | appOpened(req) { |
| 6 | return Promise.resolve() |
| 7 | .then(() => { |
nothing calls this directly
no outgoing calls
no test coverage detected