closeCode method

int? closeCode()

Implementation

int? closeCode() {
  return webSocketChannel.closeCode;
}