Unverified Commit c924f499 authored by Devon Carew's avatar Devon Carew Committed by GitHub

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

parent b383bdfd
......@@ -617,6 +617,8 @@ end
const String _dartPluginRegistryTemplate = '''//
// Generated file. Do not edit.
//
// ignore: unused_import
import 'dart:ui';
{{#plugins}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment