| 516 | } |
| 517 | |
| 518 | export class AuthSettings implements IAuthSettings { |
| 519 | _native: com.google.firebase.auth.FirebaseAuthSettings; |
| 520 | |
| 521 | static fromNative(settings: com.google.firebase.auth.FirebaseAuthSettings) { |
nothing calls this directly
no outgoing calls
no test coverage detected