messageHub property

ApplicationMessageHub messageHub
final

Use this object to send data to channels running on other isolates.

You use this object to synchronize state across the isolates of an application. Any data sent through this object will be received by every other channel in your application (except the one that sent it).

Implementation

final ApplicationMessageHub messageHub = ApplicationMessageHub();