acceptStream method
Accepts a stream opened by the other side.
Implementation
@override
Future<core_mux.MuxedStream> acceptStream() async {
return await _muxedConn.acceptStream();
}
Accepts a stream opened by the other side.
@override
Future<core_mux.MuxedStream> acceptStream() async {
return await _muxedConn.acceptStream();
}