shutdown abstract method
Shuts down this connection.
No further calls may be made on this connection, but existing calls are allowed to finish.
Implementation
Future<void> shutdown();
Shuts down this connection.
No further calls may be made on this connection, but existing calls are allowed to finish.
Future<void> shutdown();