service/stream_client library

Classes

StreamClient

Constants

errorFieldKey → const String
getMethod → const String
messageFieldKey → const String
postMethod → const String
streamResponseEnd → const String
streamResponseStart → const String

Functions

processAndEmitData(StreamController controller, List<String> dataLines, dynamic onSuccess(ChatStreamResponse), dynamic onError(String)) Future<void>