Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a comment in the scenario app to meet the latest analyzer require…
  • Loading branch information
jason-simmons committed Aug 31, 2022
commit 45ecd7a372f73832ff0098968043626527a0982e
1 change: 1 addition & 0 deletions testing/scenario_app/lib/src/platform_echo_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down