KHEither
Represents a disjoint union entity, generally used to depict objects that are supported on both Android and Apple platforms but use different return types internally.
At any given point in time, only one of these values will be available, hence the member properties isLeft and isRight will come in handy in such cases.
Parameters
left
The unit represented by Android
right
The unit represented by Apple