add pagination
This commit is contained in:
@@ -20,6 +20,10 @@ abstract class BaseModel extends ChangeNotifier {
|
||||
this.setting = setting;
|
||||
}
|
||||
|
||||
void notify() {
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void logout() {}
|
||||
|
||||
// request makes http request
|
||||
|
||||
Reference in New Issue
Block a user