Remove unused dart:async imports

As of Dart 2.1, Future/Stream have been exported from dart:core.
diff --git a/lib/test_process.dart b/lib/test_process.dart
index d9dff5d..301ce9d 100644
--- a/lib/test_process.dart
+++ b/lib/test_process.dart
@@ -2,7 +2,6 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
-import 'dart:async';
 import 'dart:convert';
 import 'dart:io';