| 1 | import { Observable } from '@nativescript/core'; |
| 2 | |
| 3 | export class DemoSharedBase extends Observable { |
| 4 | // in case you want to globally control how your shared demo code works across whole workspace |
| 5 | } |
nothing calls this directly
no outgoing calls
no test coverage detected