close method

void close()

Implementation

void close() {
  if (this != _instance) {
    client.close(force: true);
  }
}