shutdown abstract method
Shuts down this channel.
No further RPCs can be made on this channel. RPCs already in progress will be allowed to complete.
Implementation
Future<void> shutdown();
Shuts down this channel.
No further RPCs can be made on this channel. RPCs already in progress will be allowed to complete.
Future<void> shutdown();