Rtm class

Slack RTM controller

Constructors

Rtm(String _token, {bool dumpUnhandle = false, Duration pingDuration = const Duration(seconds: 12)})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sess RtmSession?
getter/setter pair

Methods

connect() Future
Connect to Slack.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String type, RtmHandler handler) → void
Register message handler
send(Map<String, dynamic> message, String response) Future
toString() String
A string representation of this object.
inherited

Operators

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