filter in content bytes
This commit is contained in:
@@ -15,8 +15,12 @@ class ContentBytesController extends GetxController {
|
||||
ContentBytesCategoriesModel();
|
||||
ContentBytesModel contentBytesModel = ContentBytesModel();
|
||||
|
||||
ContentBytesModel moreVideoModel = ContentBytesModel();
|
||||
ContentBytesModel moreAudioModel = ContentBytesModel();
|
||||
ContentBytesModel moreReadsModel = ContentBytesModel();
|
||||
|
||||
PreviousReadOfUserModel previousReadOfUserModel = PreviousReadOfUserModel();
|
||||
int filterId = 0;
|
||||
String filterId = "0";
|
||||
RxBool isApiCalling = true.obs;
|
||||
RxBool isAudioSeekBarVisible = false.obs;
|
||||
RxInt indexForAudios = 0.obs;
|
||||
|
||||
Reference in New Issue
Block a user