mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove unused dart:async imports. (#72410)
This commit is contained in:
parent
ca82c572b7
commit
8952fb38df
@ -2,7 +2,6 @@
|
||||
// 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:math';
|
||||
|
||||
import 'package:flutter/rendering.dart';
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
///
|
||||
/// Asynchronous computations are represented by [Future]s and [Stream]s.
|
||||
|
||||
import 'dart:async' show Future, Stream, StreamSubscription;
|
||||
import 'dart:async' show StreamSubscription;
|
||||
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user