RobustIrc class

Constructors

RobustIrc(String hostname, List<RobustIrcServer> servers, String userAgent, String sessionId, String sessionAuth, String prefix)

Properties

hashCode int
The hash code for this object.
no setterinherited
hostname String
final
prefix String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servers List<RobustIrcServer>
getter/setter pair
sessionAuth String
final
sessionId String
final
userAgent String
final

Methods

close(String msg) Future<int>
generateMessageId(String msg) int
getMessages([String? lastseen]) Future<StreamedResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ping() Future<void>
postMessage(String msg, [int? id]) Future<int>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

connect(String hostname, {bool lookupHostname = true, String userAgent = 'robustirc.dart 0.0.1', List<RobustIrcServer>? servers}) Future<RobustIrc>