UIConsole class
A console output int the UI.
Useful for web development, allowing access to console output directly in the UI.
Properties
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
Static Properties
-
final
- sessionKeyUIConsoleEnabled → String
-
final
Static Methods
-
allLogs(
) → String -
checkAutoEnable(
) → void -
clear(
) → void -
copy(
) → void -
disable(
) → void -
displayButton(
) → void -
enable(
) → void -
error(
dynamic msg, [dynamic exception, StackTrace? trace]) → void -
get(
) → UIConsole? -
head(
[int headSize = 100]) → List< String> -
hide(
) → void -
isShowing(
) → bool -
log(
dynamic msg) → void -
logs(
) → List< String> -
mapJSUIConsole(
) → void -
show(
) → void -
tail(
[int tailSize = 100]) → List< String>