Skip to content

Commit 14ee524

Browse files
committed
Fix fwfh_webview backward compatibility
1 parent b920090 commit 14ee524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fwfh_webview/test/mock_webview_platform.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class __FakeAndroidWebViewController extends FakeWebViewController
172172
__FakeAndroidWebViewController(super.params);
173173

174174
@override
175-
Future<bool> isWebViewFeatureSupported(WebViewFeatureType featureType) =>
175+
Future<bool> isWebViewFeatureSupported(dynamic featureType) =>
176176
throw UnimplementedError();
177177

178178
@override

0 commit comments

Comments
 (0)