We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618c48f commit 60efa8aCopy full SHA for 60efa8a
packages/desktop_webview_window/lib/src/webview.dart
@@ -1,5 +1,3 @@
1
-import 'dart:ui';
2
-
3
import 'package:flutter/foundation.dart';
4
5
/// Handle custom message from JavaScript in your app.
@@ -73,7 +71,8 @@ abstract class Webview {
73
71
74
72
void addOnWebMessageReceivedCallback(OnWebMessageReceivedCallback callback);
75
76
- void removeOnWebMessageReceivedCallback(OnWebMessageReceivedCallback callback);
+ void removeOnWebMessageReceivedCallback(
+ OnWebMessageReceivedCallback callback);
77
78
/// Close the web view window.
79
void close();
0 commit comments