renderSocket method
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!';
Renders a socket request. Currently, this method only returns a string. this mean it will make a fake string to wait for socket response.
String renderSocket() => 'Socket is requested!';