We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7902349 commit 24ef7f0Copy full SHA for 24ef7f0
FirebaseAI/Sources/Types/Public/Live/LiveSession.swift
@@ -137,4 +137,6 @@ public final class LiveSession: Sendable {
137
public func close() async {
138
await service.close()
139
}
140
+
141
+ // TODO: b(445716402) Add a start method when we support session resumption
142
0 commit comments