()
| 57 | } |
| 58 | |
| 59 | hasPermission(): Promise<AuthorizationStatus> { |
| 60 | return this._instance.hasPermission() as any; |
| 61 | } |
| 62 | |
| 63 | onMessage(listener: (message: RemoteMessage) => any) { |
| 64 | if (!listener && this._onMessage) { |
nothing calls this directly
no test coverage detected