()
| 519 | } |
| 520 | |
| 521 | get isNewUser(): boolean { |
| 522 | return this.native.isNewUser(); |
| 523 | } |
| 524 | |
| 525 | get hasCredentialForLinking(): boolean { |
| 526 | return this.native.hasCredentialForLinking(); |
nothing calls this directly
no outgoing calls
no test coverage detected