()
| 71 | } |
| 72 | |
| 73 | hasPermission(): Promise<AuthorizationStatus> { |
| 74 | return this._instance.hasPermission() as any; |
| 75 | } |
| 76 | |
| 77 | onMessage(listener: (message: RemoteMessage) => any) { |
| 78 | if (!listener && this._onMessage) { |
nothing calls this directly
no test coverage detected