Started implementing NetworkService (blocked by SessionManager dependency)

This commit is contained in:
2026-04-02 08:30:19 +02:00
parent 7b6760952e
commit bf4bd3e218
3 changed files with 465 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export class NetworkService {
constructor(networkId: string) {
}
}