We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e008fff commit 5915e5fCopy full SHA for 5915e5f
fixtures/_webdevSoundSmoke/web/main.dart
@@ -23,3 +23,5 @@ void main() {
23
print('Counter is: ${++count}'); // Breakpoint: printCounter
24
});
25
}
26
+
27
+String topLevelMethod() => 'verify this!';
0 commit comments