Console class

Constructors

Console()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

channelId → dynamic
Identify of device
no setter
clear ↔ dynamic
getter/setter pair
clientInfo ClientInfo?
getter/setter pair
count ↔ dynamic
getter/setter pair
countReset ↔ dynamic
getter/setter pair
enableLog bool
enable Console.log()
getter/setter pair
error ↔ dynamic
Send log error to Server Log app
getter/setter pair
group ↔ dynamic
Send log group to Server Log app
getter/setter pair
groupCollapsed ↔ dynamic
Send log group collapsed to Server Log app
getter/setter pair
groupEnd ↔ dynamic
End log group or collapsed group
getter/setter pair
host String
host socket
getter/setter pair
info ↔ dynamic
Send log info to Server Log app
getter/setter pair
log ↔ dynamic
Send log to Server Log app
getter/setter pair
logTrace bool
getter/setter pair
port int
port socket
getter/setter pair
tags List<String>
tag for log
getter/setter pair
uri String?
no setter
warn ↔ dynamic
Send log warn to Server Log app
getter/setter pair

Static Methods

errorDataToModel(String type, dynamic error, dynamic data) → dynamic
getInstance() → WebSocketChannel?
getUri() Uri
hasTag(String tag) bool
check contains tag return true if tags contains '*' or contains tag
logBloc(dynamic currentState, dynamic nextState, BlocEvent event) → dynamic
Bloc to log
setLogListener(dynamic listener(List messages, LogType logType)?) → void
setUri(String? uri) → void