close method

void close()

Implementation

void close() {
  try {
    client!.close();
  } catch (e) {}
}