()
| 160 | _native: com.google.firebase.auth.ActionCodeSettings.Builder; |
| 161 | |
| 162 | constructor() { |
| 163 | this._native = new com.google.firebase.auth.ActionCodeSettings.Builder(); |
| 164 | } |
| 165 | |
| 166 | get native() { |
| 167 | return this._native |
nothing calls this directly
no outgoing calls
no test coverage detected