menu
rxdart_ext package
documentation
rxdart_ext.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_ext package
documentation
rxdart_ext
EndWithExtension extension
rxdart_ext library