streamList abstract method

Stream<List<Map<String, Object?>>> streamList({
  1. required StreamListBody body,
  2. String? authorization,
})

Implementation

Stream<List<Map<String, Object?>>> streamList({
  required StreamListBody body,
  String? authorization,
});