close method

void close()

Implementation

void close() {
  _runInWorker(WorkerOperation.stopServer, const EmptyMessage());
}