Skip to content

Commit 86e4ab0

Browse files
[url_launcher] Remove unused dartHostTestHandler (#10324)
`url_launcher_windows` was setting a `dartHostTestHandler` in its Pigeon config file, but it was not actually using the test generator. Part of flutter/flutter#159886 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 7f0bac2 commit 86e4ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/url_launcher/url_launcher_windows/pigeons/messages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'package:pigeon/pigeon.dart';
1313
copyrightHeader: 'pigeons/copyright.txt',
1414
),
1515
)
16-
@HostApi(dartHostTestHandler: 'TestUrlLauncherApi')
16+
@HostApi()
1717
abstract class UrlLauncherApi {
1818
bool canLaunchUrl(String url);
1919
bool launchUrl(String url);

0 commit comments

Comments
 (0)