Members View Model
    class MembersViewModel(repository: MembersScreenResourceRepository, savedStateHandle: SavedStateHandle) : ViewModel, MembersViewModelContract
ViewModel class for MembersScreen.
Since
1.0.0
Properties
Link copied to clipboard
                  The StateFlow of the UikitGroupChannel.
Link copied to clipboard
                  The StateFlow of the SimpleSendbirdEventState for the loadMore request.
Link copied to clipboard
                  The StateFlow of the list of UikitMember.
Link copied to clipboard
                  The StateFlow of the SendbirdScreenUiState.
Functions
Link copied to clipboard
                  Notifies that the loadMore event has been processed to reset loadMoreEventState to SendbirdEventState.Idle state.
Link copied to clipboard