Monitor class

test push two remote url

Constructors

Monitor()
factory

Properties

actions List<MonitorActionWidget>?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabs List<String>
no setter

Methods

addActions(List<MonitorActionWidget>? actions) → void
clear(String tag) → void
getNotifier(String? tag) MonitorMessageNotifier<String>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String tag, String content, {bool limit = true}) → void
putCurl(String curl) → void
putLogCat(String msg) → void
putPage(String page) → void
puts(String tag, List<String> contents, {bool limit = true}) → void
putsConsole(List<String> contents, {bool limit = true}) → void
putSocket(String page) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance Monitor
no setter

Static Methods

init(BuildContext context, {List<MonitorActionWidget>? actions, bool forceInit = false}) → void

Constants

MONITOR_TAG → const String