We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e223710 commit d5391c4Copy full SHA for d5391c4
packages/url_launcher/url_launcher_linux/linux/url_launcher_plugin_private.h
@@ -2,10 +2,10 @@
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
-#include "include/url_launcher_linux/url_launcher_plugin.h"
6
-
7
#include <flutter_linux/flutter_linux.h>
8
+#include "include/url_launcher_linux/url_launcher_plugin.h"
+
9
// Handles the canLaunch method call.
10
//
11
// Temporarily exposed for testing due to
0 commit comments