close method
void
close()
Close cached storage node connections. Call when done with this client.
Implementation
void close() {
_nodeClients.clear();
_sharedHttpClient.close();
}
Close cached storage node connections. Call when done with this client.
void close() {
_nodeClients.clear();
_sharedHttpClient.close();
}