menu
messenger
ui/page/home/tab/contacts/controller.dart
ContactsTabController
hasNext property
hasNext
dark_mode
light_mode
hasNext
property
RxBool
get
hasNext
Indicates whether the
contacts
have a next page.
Implementation
RxBool get hasNext => _contactService.hasNext;
messenger
controller
ContactsTabController
hasNext property
ContactsTabController class