Skip to content

Commit

Permalink
[desktop_webview_window] fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Feb 10, 2023
1 parent 618c48f commit 60efa8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/desktop_webview_window/lib/src/webview.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:ui';

import 'package:flutter/foundation.dart';

/// Handle custom message from JavaScript in your app.
Expand Down Expand Up @@ -73,7 +71,8 @@ abstract class Webview {

void addOnWebMessageReceivedCallback(OnWebMessageReceivedCallback callback);

void removeOnWebMessageReceivedCallback(OnWebMessageReceivedCallback callback);
void removeOnWebMessageReceivedCallback(
OnWebMessageReceivedCallback callback);

/// Close the web view window.
void close();
Expand Down

0 comments on commit 60efa8a

Please sign in to comment.