mps top-level property

MPS mps
final

WARNING: If possible, avoid the usage of this class as it's unstable with the Widget tree. Needs revision. MPS is a simple pub/sub system for Dart, similar to an event bus.

Implementation

/// MPS is a simple pub/sub system for Dart, similar to an event bus.
final mps = MPS();