close method

Future close()

Implementation

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