close method
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.
}
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.
}