File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
import 'dart:async' ;
6
- import 'dart:convert' ;
7
6
8
7
import 'package:test/test.dart' ;
9
8
import 'package:json_rpc_2/error_code.dart' as error_code;
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import 'package:stream_channel/stream_channel.dart';
9
9
import 'package:test/test.dart' ;
10
10
11
11
import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc;
12
- import 'package:json_rpc_2/error_code.dart' as error_code;
13
12
14
13
/// A controller used to test a [json_rpc.Client] .
15
14
class ClientController {
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import 'dart:convert' ;
6
-
7
5
import 'package:test/test.dart' ;
8
6
import 'package:json_rpc_2/error_code.dart' as error_code;
9
- import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc;
10
7
11
8
import 'utils.dart' ;
12
9
@@ -89,4 +86,4 @@ void main() {
89
86
}
90
87
}])));
91
88
});
92
- }
89
+ }
Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- import 'dart:convert' ;
6
-
7
5
import 'package:test/test.dart' ;
8
6
import 'package:json_rpc_2/error_code.dart' as error_code;
9
- import 'package:json_rpc_2/json_rpc_2.dart' as json_rpc;
10
7
11
8
import 'utils.dart' ;
12
9
You can’t perform that action at this time.
0 commit comments