sendPing method

void sendPing()

Implementation

void sendPing() {
  sendEvent('pusher:ping', {'data': ''});
}