ping method

void ping()

Sends a ping to keep connection alive

Implementation

void ping() {
  _send({'type': 'ping'});
}