Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit f31b22e

Browse files
committed
Merge pull request #26 from cbracken/remove-unpin
Remove deprecated unpin() method
2 parents 7845689 + 513534e commit f31b22e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/devtools.dart

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ class Observatory {
5050
.then(Future.wait)
5151
.then((isolates) => isolates.map((i) => new IsolateInfo(_connection, i)));
5252

53-
Future unpin(String isolateId) =>
54-
_connection.request('isolates/$isolateId/unpin');
55-
5653
Future close() => _connection.close();
5754
}
5855

0 commit comments

Comments
 (0)