close method
Implementation
@override
void close() {
if (transport != null) {
log.info("PlasoHttp2Client@close: call finished", null);
transport!.finish();
}
}
@override
void close() {
if (transport != null) {
log.info("PlasoHttp2Client@close: call finished", null);
transport!.finish();
}
}