(args: EventData)
| 6 | import { GoogleSignin } from '@nativescript/google-signin'; |
| 7 | |
| 8 | export function navigatingTo(args: EventData) { |
| 9 | const page = <Page>args.object; |
| 10 | page.bindingContext = new DemoModel(); |
| 11 | } |
| 12 | |
| 13 | let didInit = false; |
| 14 | export class DemoModel extends DemoSharedFirebaseAuth { |
nothing calls this directly
no outgoing calls
no test coverage detected