mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-29 09:48:33 -04:00
bugfixes
This commit is contained in:
parent
a6666d3a6c
commit
00aad2c728
12 changed files with 158 additions and 183 deletions
|
@ -156,7 +156,7 @@ abstract class Veilid {
|
|||
Future<void> releasePrivateRoute(String key);
|
||||
|
||||
// App calls
|
||||
Future<void> appCallReply(String id, Uint8List message);
|
||||
Future<void> appCallReply(String callId, Uint8List message);
|
||||
|
||||
// TableStore
|
||||
Future<VeilidTableDB> openTableDB(String name, int columnCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue