| Index: pkg/json_rpc_2/lib/src/client.dart
|
| diff --git a/pkg/json_rpc_2/lib/src/client.dart b/pkg/json_rpc_2/lib/src/client.dart
|
| index 2e1d2739b38718999d367cc0b0083d822b915c65..f3c63ca97d34e71e8c9f6f1bd3796b8c298795a4 100644
|
| --- a/pkg/json_rpc_2/lib/src/client.dart
|
| +++ b/pkg/json_rpc_2/lib/src/client.dart
|
| @@ -59,9 +59,6 @@ class Client {
|
| : _streams = new TwoWayStream.withoutJson(
|
| "Client", responses, "responses", requests, "requests");
|
|
|
| - /// Users of the library should not use this constructor.
|
| - Client.internal(this._streams);
|
| -
|
| /// Starts listening to the underlying stream.
|
| ///
|
| /// Returns a [Future] that will complete when the stream is closed or when it
|
|
|