Add a comment in the scenario app to meet the latest analyzer requirements (flutter/engine#35838)

This commit is contained in:
Jason Simmons 2022-08-31 11:20:15 -07:00 committed by GitHub
parent 6ef93045af
commit 60df5a37f3

View File

@ -9,6 +9,7 @@ import 'scenario.dart';
/// Echo platform messages back to the sender.
mixin PlatformEchoMixin on Scenario {
/// Handle a platform message.
@override
void onPlatformMessage(
String name,