| 6 | // see notes in core/firebase.app.module.ts for why we're building the class like this |
| 7 | // eslint-disable-next-line @typescript-eslint/no-empty-interface |
| 8 | export interface Messaging extends FirebaseMessaging {} |
| 9 | |
| 10 | export class Messaging { |
| 11 | constructor(messaging: FirebaseMessaging) { |
nothing calls this directly
no outgoing calls
no test coverage detected