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 31deca6 commit 7b499dcCopy full SHA for 7b499dc
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