We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36586d4 commit 007c18dCopy full SHA for 007c18d
1 file changed
flutter_web_auth_2/example/lib/main.dart
@@ -72,7 +72,7 @@ void main(List<String> args) {
72
}
73
74
class MyApp extends StatefulWidget {
75
- const MyApp({Key? key}) : super(key: key);
+ const MyApp({super.key});
76
77
@override
78
MyAppState createState() => MyAppState();
0 commit comments