Migrate some tool commands to NNBD (#3899)

Now that individual commands can be migrated, migrate several commands
that are trivially migratable.

Part of https://github.com/flutter/flutter/issues/81912
This commit is contained in:
stuartmorgan
2021-05-17 14:25:01 -04:00
committed by GitHub
parent bd0081258a
commit 842ae94fde
16 changed files with 22 additions and 58 deletions

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// @dart=2.9
import 'dart:async';
import 'dart:convert';
import 'dart:io' as io;