(ui: com.firebase.ui.auth.AuthUI)
| 636 | } |
| 637 | |
| 638 | static fromNative(ui: com.firebase.ui.auth.AuthUI) { |
| 639 | if (ui instanceof com.firebase.ui.auth.AuthUI) { |
| 640 | const ret = new UI(); |
| 641 | ret._native = ui; |
| 642 | return ret; |
| 643 | } |
| 644 | return null; |
| 645 | } |
| 646 | |
| 647 | get native() { |
| 648 | return this._native; |
no outgoing calls
no test coverage detected