[0.1.2]
This commit is contained in:
@@ -122,7 +122,7 @@ class _AstromicStreamPresenterState<T> extends State<AstromicStreamPresenter<T>>
|
||||
|
||||
//S1 -- Method to reinitialize or update `_future` with a new instance
|
||||
void _initializeStream() {
|
||||
_stream = widget.controller.getStream<T?>(widget.id)?.asyncMap((dynamic result) => result) as Stream<T?>?;
|
||||
_stream = widget.controller.getStream<T?>(widget.id)?.asyncMap((dynamic result) => result);
|
||||
}
|
||||
//!SECTION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user