ignore a (potentially) unused import in generated code (#47593)

This commit is contained in:
Devon Carew 2020-01-03 11:04:03 -08:00 committed by GitHub
parent b383bdfd1f
commit c924f499f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -617,6 +617,8 @@ end
const String _dartPluginRegistryTemplate = '''//
// Generated file. Do not edit.
//
// ignore: unused_import
import 'dart:ui';
{{#plugins}}