From 4b998813485bf33998f11798a48356244c82dd4f Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Wed, 5 Oct 2022 13:53:24 +0200 Subject: [PATCH] updated DebugLoggingSettings --- lib/src/debug_logging_settings.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/debug_logging_settings.dart b/lib/src/debug_logging_settings.dart index 102f750e..f6d31ec0 100644 --- a/lib/src/debug_logging_settings.dart +++ b/lib/src/debug_logging_settings.dart @@ -1,8 +1,9 @@ import 'package:flutter/foundation.dart'; import 'in_app_webview/webview.dart'; import 'chrome_safari_browser/chrome_safari_browser.dart'; +import 'in_app_browser/in_app_browser.dart'; -///Class that represents the debug logging settings used by [WebView] and [ChromeSafariBrowser]. +///Class that represents the debug logging settings used by [WebView], [InAppBrowser] and [ChromeSafariBrowser]. class DebugLoggingSettings { ///Enables debug logging info. ///