Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit cb7ef3d

Browse files
committed
Fix formatting issues
1 parent e9f52d5 commit cb7ef3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/url_launcher/url_launcher/lib/url_launcher.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ Future<bool> launch(
109109

110110
/// Checks whether the specified URL can be handled by some app installed on the
111111
/// device.
112-
///
112+
///
113113
/// On Android (from API 30), [canLaunch] will return `false` when the required
114-
/// visibility configuration is not provided in the AndroidManifest.xml file.
114+
/// visibility configuration is not provided in the AndroidManifest.xml file.
115115
/// For more information see the [Managing package visibility](https://developer.android.com/training/basics/intents/package-visibility)
116116
/// article in the Android docs.
117117
Future<bool> canLaunch(String urlString) async {

0 commit comments

Comments
 (0)