close method

FutureOr<void> close()

close the StreaMeeduController for this observable

Implementation

FutureOr<void> close() => _controller?.close();