Function: createCast()
function createCast(native: RnMediaCast): CastApi;
Defined in: packages/cast/src/cast.ts:36
Build a CastApi on top of a native hybrid object.
Exposed (rather than only the singleton) so the whole facade can be
exercised against a fake RnMediaCast without a device.
Parameters
| Parameter | Type |
|---|---|
native | RnMediaCast |