SwipeActionBus constructor

SwipeActionBus({
  1. bool sync = false,
})

Implementation

SwipeActionBus({bool sync = false})
    : _streamController = StreamController.broadcast(sync: sync);