Skip to content

Commit 9fa5967

Browse files
committed
Include assets in example
1 parent 59cc71b commit 9fa5967

File tree

8 files changed

+1565
-0
lines changed

8 files changed

+1565
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
2+
// This file is automatically generated. DO NOT EDIT
3+
4+
import * as Service from "./service.js";
5+
export {
6+
Service
7+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
2+
// This file is automatically generated. DO NOT EDIT
3+
4+
/**
5+
* Service represents the notifications service
6+
* @module
7+
*/
8+
9+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
10+
// @ts-ignore: Unused imports
11+
import {Call as $Call, Create as $Create} from "@wailsio/runtime";
12+
13+
export function RemoveBadge(): Promise<void> & { cancel(): void } {
14+
let $resultPromise = $Call.ByID(2633565570) as any;
15+
return $resultPromise;
16+
}
17+
18+
export function SetBadge(label: string): Promise<void> & { cancel(): void } {
19+
let $resultPromise = $Call.ByID(3052354152, label) as any;
20+
return $resultPromise;
21+
}
Binary file not shown.

0 commit comments

Comments
 (0)