close method

Future<void> close()

Closes Fresh StreamController.

setToken and clearToken must not be called after this method.

Calling this method more than once is allowed, but does nothing.

Implementation

Future<void> close() => _controller.close();