RealSenseInterface.forPlatform constructor

RealSenseInterface.forPlatform()

Decides which implementation to use depending on platform.

Implementation

factory RealSenseInterface.forPlatform() => Platform.isLinux ? RealSenseFFI() : RealSenseStub();