menu
rxdart package
documentation
rxdart.dart
EndWithExtension extension
EndWithExtension extension
dark_mode
light_mode
EndWithExtension<
T
>
extension
Extends the
Stream
class with the ability to emit the given value as the final item before closing.
on
Stream
<
T
>
Methods
endWith
(
T
endValue
)
→
Stream
<
T
>
Appends a value to the source
Stream
before closing.
rxdart package
documentation
rxdart
EndWithExtension extension
rx library