File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
pkgs/stream_channel/lib/src Expand file tree Collapse file tree 1 file changed +4
-1
lines changed 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
+ /// @docImport 'isolate_channel.dart';
6
+ library ;
7
+
5
8
import 'dart:async' ;
6
9
7
10
import '../stream_channel.dart' ;
@@ -11,7 +14,7 @@ import '../stream_channel.dart';
11
14
/// This exposes two connected [StreamChannel] s, [local] and [foreign] . The
12
15
/// user's code should use [local] to emit and receive events. Then [foreign]
13
16
/// can be returned for others to use. For example, here's a simplified version
14
- /// of the implementation of [new IsolateChannel] :
17
+ /// of the implementation of [IsolateChannel.new ] :
15
18
///
16
19
/// ```dart
17
20
/// StreamChannel isolateChannel(ReceivePort receivePort, SendPort sendPort) {
You can’t perform that action at this time.
0 commit comments