Opt in fixutres (#22502)

This commit is contained in:
Dan Field 2020-11-13 12:02:07 -08:00 committed by GitHub
parent ccbc2e6cf1
commit 63a6fe3cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// @dart=2.10
import 'dart:convert' show utf8, json;
import 'dart:isolate';
import 'dart:typed_data';

View File

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