(args: EventData)
| 5 | import { DynamicLinkSocialParameters } from '@nativescript/firebase-dynamic-links'; |
| 6 | |
| 7 | export function navigatingTo(args: EventData) { |
| 8 | const page = <Page>args.object; |
| 9 | page.bindingContext = new DemoModel(); |
| 10 | } |
| 11 | |
| 12 | export class DemoModel extends DemoSharedFirebaseDynamicLinks { |
| 13 | constructor() { |
nothing calls this directly
no outgoing calls
no test coverage detected