updated DebugLoggingSettings docs
This commit is contained in:
parent
49394a47a6
commit
57297e4249
|
@ -3,7 +3,7 @@ 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';
|
import 'in_app_browser/in_app_browser.dart';
|
||||||
|
|
||||||
///Class that represents the debug logging settings used by [WebView], [InAppBrowser] and [ChromeSafariBrowser].
|
///Class that represents the debug logging settings.
|
||||||
class DebugLoggingSettings {
|
class DebugLoggingSettings {
|
||||||
///Enables debug logging info.
|
///Enables debug logging info.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue