kind method
override
Returns kind of the represented device.
This representation of a MediaDeviceInfo
is ONLY for input devices.
Implementation
@override
MediaDeviceKind kind() => _device.kind();
Returns kind of the represented device.
This representation of a MediaDeviceInfo
is ONLY for input devices.
@override
MediaDeviceKind kind() => _device.kind();