()
| 246 | |
| 247 | export class AnonymousProvider extends ProviderBase { |
| 248 | constructor() { |
| 249 | super(); |
| 250 | } |
| 251 | |
| 252 | getNative(ui: UI) { |
| 253 | return FUIAnonymousAuth.alloc().initWithAuthUI(ui.native); |
nothing calls this directly
no outgoing calls
no test coverage detected