()
| 225 | } |
| 226 | |
| 227 | get native() { |
| 228 | if (this._builder) { |
| 229 | this._native = this._builder.build(); |
| 230 | } |
| 231 | return this._native; |
| 232 | } |
| 233 | |
| 234 | get android() { |
| 235 | return this.native; |
nothing calls this directly
no outgoing calls
no test coverage detected