updated DebugLoggingSettings

This commit is contained in:
Lorenzo Pichilli 2022-10-05 13:53:24 +02:00
parent 9d738d3435
commit 4b99881348

View File

@ -1,8 +1,9 @@
import 'package:flutter/foundation.dart'; import 'package:flutter/foundation.dart';
import 'in_app_webview/webview.dart'; import 'in_app_webview/webview.dart';
import 'chrome_safari_browser/chrome_safari_browser.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 { class DebugLoggingSettings {
///Enables debug logging info. ///Enables debug logging info.
/// ///