RealSenseInterface.forPlatform constructor
Decides which implementation to use depending on platform.
Implementation
factory RealSenseInterface.forPlatform() => Platform.isLinux ? RealSenseFFI() : RealSenseStub();
Decides which implementation to use depending on platform.
factory RealSenseInterface.forPlatform() => Platform.isLinux ? RealSenseFFI() : RealSenseStub();