Registrator class

Constructors

Registrator(PitelUA ua, [Transport? transport])

Properties

hashCode int
The hash code for this object.
no setterinherited
registered bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transport Transport?
no setter

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTransportClosed() → void
register() → void
setExtraContactParams(Map<String, dynamic>? extraContactParams) → void
setExtraContactUriParams(Map<String, dynamic>? extraContactUriParams) → void
setExtraHeaders(List<String>? extraHeaders) → void
toString() String
A string representation of this object.
inherited
unregister(bool unregister_all) → void

Operators

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