terminate method

  1. @override
Future<void> terminate()

Terminates this connection.

All open calls are terminated immediately, and no further calls may be made on this connection.

Implementation

@override
Future<void> terminate() async {
  log('bicronet_grpc: terminating this GrpcClientConnection');
}