getGroupRemoteUpdate

suspend fun getGroupRemoteUpdate(    context: Context,     groupId: Long,     forceUpdate: Boolean = false): ApiResult<STWGroupDetails>

Call this method to get update for the given grou id this method should get details from remote server, then update the local database

Return

STWGroupDetails in case of success else return the error code ContactErrorKT.NO_UPDATE_IS_AVAILABLE ContactErrorKT.NETWORK_ERROR ContactErrorKT.EMPTY_DATA

Parameters

context

Context The application context

groupId

Long The group id

forceUpdate

Boolean when true should get subscriber details, when false we should check the last update date for the given phone number