sendWhitespacePing method

void sendWhitespacePing()

Sends an empty String over the socket.

Implementation

void sendWhitespacePing() {
  _socket.write('');
}