empty static method

SocketConnection empty()
override

create SocketConnection Empty

Implementation

static SocketConnection empty() {
  return SocketConnection({});
}