UIConsole class

A console output int the UI.

Useful for web development, allowing access to console output directly in the UI.

Available Extensions

Properties

enabled bool
no setter
hashCode int
The hash code for this object.
no setterinherited
limit int
getter/setter pair
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

Static Properties

buttonId String
final
sessionKeyUIConsoleEnabled String
final

Static Methods

allLogs() String
button([double opacity = 0.20]) DivElement
checkAutoEnable() → void
clear() → void
copy() → void
disable() → void
displayButton() → void
enable() → void
error(dynamic msg, [dynamic exception, StackTrace? trace]) → void
get() UIConsole?
hide() → void
isShowing() bool
log(dynamic msg) → void
logs() List<String>
mapJSUIConsole() → void
show() → void
tail([int tailSize = 100]) List<String>