close method

Future<void> close()

Implementation

Future<void> close() async {
  disable();
  // In Go, config.dialer.Close() is called. This depends on what dialer is.
  // If it's host.network, then host.close() handles it.
}