ChannelMonitorManager class

Properties

dataUpload UploadData
uploadData
no getter
hashCode int
The hash code for this object.
no setterinherited
log bool
print log, default is true
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testData bool
use test data in Android or iOS
no getter
timeOut int
set monitor time out seconds
getter/setter pair

Methods

addIgnoreChannelList(String channelName) → void
if you want to ignore some
end(ChannelMonitor channelMonitor, [Object? exception, StackTrace? errorStackTrace]) → void
end monitor channel send
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(String channel, ByteData? message) ChannelMonitor?
start monitor channel send, if channel in _channelIgnores, return null
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ChannelMonitorManager
final