renderSocket method

String renderSocket()

Renders a socket request. Currently, this method only returns a string. this mean it will make a fake string to wait for socket response.

Implementation

String renderSocket() => 'Socket is requested!';