mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Add unawaited_futures (#1148)
This commit is contained in:
@@ -166,7 +166,7 @@ class Contents extends StatelessWidget {
|
||||
// a browser.
|
||||
final url = Uri.parse('https://flutter.dev/docs');
|
||||
if (await launcher.canLaunchUrl(url)) {
|
||||
launcher.launchUrl(url);
|
||||
await launcher.launchUrl(url);
|
||||
}
|
||||
},
|
||||
child: const Text('Open Flutter Docs'),
|
||||
|
||||
Reference in New Issue
Block a user