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