messageHandler property
void Function(dynamic parameter)
get
messageHandler
The method to call when a message is recieved for the name. The parameter
containes the payload of the message.
Implementation
void Function(dynamic parameter) get messageHandler => _messageHandler;