close method
dynamic
close()
Implementation
close() {
print("here in close methods");
if (_socket != null) {
_socket.sink.close();}
}
close() {
print("here in close methods");
if (_socket != null) {
_socket.sink.close();}
}