({ path }: { path: string })
| 40 | getHomeUrl: (community: SerializedAccount) => string; |
| 41 | api: ApiClient; |
| 42 | CustomRouterPush({ path }: { path: string }): void; |
| 43 | notify: (body: string, href: string) => void; |
| 44 | onJoinChannel(channel: SerializedChannel): void; |
| 45 | onLeaveChannel(channel: SerializedChannel): void; |
nothing calls this directly
no outgoing calls
no test coverage detected