noop method

Future<void> noop()

Keeps the connection alive

Implementation

Future<void> noop() {
  return sendCommand(PopNoOpCommand());
}