(ui: UI)
| 89 | } |
| 90 | |
| 91 | getNative(ui: UI) { |
| 92 | return FUIOAuth.githubAuthProviderWithAuthUI(ui.native); |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | export class ActionCodeSettings implements IActionCodeSettings { |
nothing calls this directly
no outgoing calls
no test coverage detected