manageStreamController abstract method
Automatically cancel a stream controller when this object is disposed.
The parameter may not be null
.
Implementation
void manageStreamController(StreamController<dynamic> controller);
Automatically cancel a stream controller when this object is disposed.
The parameter may not be null
.
void manageStreamController(StreamController<dynamic> controller);