close method

void close ()

inherited

Implementation

void close() {
  _handle!.close();
  _handle = null;
}