feat(commands): еще немного команд

This commit is contained in:
Jganenokk
2026-06-22 16:37:56 +07:00
parent 4f11203064
commit 31dc6b619c
11 changed files with 712 additions and 47 deletions
+1
View File
@@ -57,6 +57,7 @@ class Api {
_sessionExpiredController.stream;
Stream<String> get handshakeSuccessStream =>
_handshakeSuccessController.stream;
Stream<String> get errorStream => _dispatcher.errorStream;
SessionState get state => _sessionState;
StreamSubscription<Uint8List>? _dataSubscription;