enumerateVideoDevices abstract method
Enumerates the video devices.
This method is for Windows and macOS only.
Returns Success: A VideoDeviceInfo array including all video devices in the system. Failure: An empty array.
Implementation
Future<List<VideoDeviceInfo>> enumerateVideoDevices();