AppPresenter constructor
AppPresenter(
- BuildContext context,
- AppContract view, {
- bool isLoadMore = true,
Implementation
AppPresenter(this.context, this.view, {this.isLoadMore = true}) {
_init();
init();
}