disconnect method
Implementation
Future<void> disconnect() async {
throw UnimplementedError(
'TCP/SSL transport not configured -- '
'disconnect from $host:$port',
);
}
Future<void> disconnect() async {
throw UnimplementedError(
'TCP/SSL transport not configured -- '
'disconnect from $host:$port',
);
}