Skip to content

Commit 161c8ca

Browse files
committed
Remove warnings
1 parent bdab80d commit 161c8ca

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/src/adblocker_webview_controller.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import 'package:adblocker_webview/adblocker_webview.dart';
44
import 'package:adblocker_webview/src/adblocker_webview_controller_impl.dart';
55
import 'package:adblocker_webview/src/domain/entity/host.dart';
66
import 'package:adblocker_webview/src/internal_adblocker_webview_controller.dart';
7-
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
87

98
/// The controller for [AdBlockerWebview].
109
/// Below is and Example of getting a singleton instance:

lib/src/internal_adblocker_webview_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ abstract class InternalWebviewController {
44
/// Sets inAppWebviewController to be used in future
55
/// Typically not to be used by third parties
66
void setInternalController(InAppWebViewController controller);
7-
}
7+
}

0 commit comments

Comments
 (0)