SwipeActionBus constructor
SwipeActionBus({
- bool sync = false,
Implementation
SwipeActionBus({bool sync = false})
: _streamController = StreamController.broadcast(sync: sync);
SwipeActionBus({bool sync = false})
: _streamController = StreamController.broadcast(sync: sync);