usecases/http/get_json_stream_from_response library

Functions

getJsonStreamFromResponse(Response response, {Iterable<String> ignorePrefixes = const []}) Stream<Map<String, dynamic>>
Parses the json in the response that is being sent as a stream.