Subscription class

A subscription to be used with the MessageService.

Constructors

Subscription(String name, void messageHandler(dynamic))

Properties

hashCode int
The hash code for this object.
no setterinherited
messageHandler → void Function(dynamic parameter)
The method to call when a message is recieved for the name. The parameter containes the payload of the message.
no setter
name String
The name of the subscription to listen to messages for.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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