Files
NativeScript/e2e/ui-tests-app/app/button/highlight-4740/sub-page.ts
2019-09-19 15:40:31 +03:00

6 lines
102 B
TypeScript

import * as frame from "tns-core-modules/ui/frame";
export function goBack() {
frame.goBack();
}