AppPresenter constructor

AppPresenter(
  1. BuildContext context,
  2. AppContract view, {
  3. bool isLoadMore = true,
})

Implementation

AppPresenter(this.context, this.view, {this.isLoadMore = true}) {
  _init();
  init();
}