MatthiWare / mediator.dart

A simple yet highly configurable Mediator implementation that allows sending requests and publishing events.
https://pub.dev/packages/dart_mediator
MIT License
2 stars 0 forks source link

Add `sendStream` method #21

Closed Matthiee closed 3 months ago

Matthiee commented 3 months ago

This PR adds RequestManager.sendStream extension method.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (cefa1ef) to head (753023b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #21 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 22 22 Lines 513 516 +3 ========================================= + Hits 513 516 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.