InternalOptions class
Options for developers to help debugging and logging
Constructors
- InternalOptions.new({required bool debugMenu, required InitialDelay initialDelay, required bool redirectToWebcamTest, required bool isInspectable})
-
Internal options constructor
const
Properties
- debugMenu → bool
-
This controls the visibility of a debug menu.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialDelay → InitialDelay
-
This will control if a 5 second delay (or delayValue if used) is applied before loading webview, helpful when opening web inspector before webview loads.
final
- isInspectable → bool
-
Controls whether this WebView is inspectable in Web Inspector.
final
- redirectToWebcamTest → bool
-
If set to true, https://webcamtests.com/check will load instead of card scan webview.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited