/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.ui.routingresults/TripGroupRepository/getTripGroup
getTripGroup
\ abstract fun getTripGroup(tripGroupId: String): Observable<TripGroup>
Return
An Observable which emits TripGroup whose TripGroup.uuid is tripGroupId. This Observable also emits any of its future changes (e.g. from database change). The Observable will never complete.