(private readonly snack: SnackReporter)
| 18 | @observable accessor connectionErrorMessage: string | null = null; |
| 19 | |
| 20 | public constructor(private readonly snack: SnackReporter) {} |
| 21 | |
| 22 | public token = (): string => { |
| 23 | if (this.tokenCache !== null) { |
nothing calls this directly
no outgoing calls
no test coverage detected