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