MCPcopy Create free account
hub / github.com/NativeScript/firebase / navigatingTo

Function navigatingTo

apps/demo/src/plugin-demos/firebase-crashlytics.ts:7–10  ·  view source on GitHub ↗
(args: EventData)

Source from the content-addressed store, hash-verified

5import { Crashlytics } from '@nativescript/firebase-crashlytics';
6
7export function navigatingTo(args: EventData) {
8 const page = <Page>args.object;
9 page.bindingContext = new DemoModel();
10}
11
12export class DemoModel extends DemoSharedFirebaseCrashlytics {
13 crashlytics: Crashlytics;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected