UpvotyService constructor

UpvotyService(
  1. void pressBack(
    1. BuildContext
    ),
  2. void pressX(
    1. BuildContext
    )
)

Implementation

UpvotyService(this.pressBack, this.pressX) {
  presenter = UpvotyPresenter(this);
  controller = UpvotyController();
}