dart_board_emitter library

Mixins

ReceiverMixin<T, V extends StatefulWidget>
Mix this into your State objects T = type you are listening to V = the Widget type

Functions

emit<T>(T data) → void
registerReceiver<T>(Receiver<T> receiver, {bool useCache = false}) → void
unregisterReceiver<T>(Receiver<T> receiver) → void