streamOne abstract method

Stream<Map<String, Object?>> streamOne({
  1. required StreamBody body,
  2. String? authorization,
})

Implementation

Stream<Map<String, Object?>> streamOne({
  required StreamBody body,
  String? authorization,
});