()
| 164 | } |
| 165 | |
| 166 | get native() { |
| 167 | if (!this._native) { |
| 168 | this._native = com.google.firebase.messaging.FirebaseMessaging.getInstance(); |
| 169 | } |
| 170 | return this._native; |
| 171 | } |
| 172 | get android() { |
| 173 | return this.native; |
| 174 | } |
nothing calls this directly
no test coverage detected