flush method

Future flush()

Implementation

Future<dynamic> flush() {
  return _socket.flush();
}