loopBack method
Emulate receiving data from the server.
Implementation
@visibleForTesting
void loopBack(Object data) => _controller.add(data);
Emulate receiving data from the server.
@visibleForTesting
void loopBack(Object data) => _controller.add(data);