getSocketCamEnabled method
Returns the current SocketCam status byte.
Implementation
Future<dynamic> getSocketCamEnabled() {
return _get(CapturePropertyIds.socketCamStatus);
}
Returns the current SocketCam status byte.
Future<dynamic> getSocketCamEnabled() {
return _get(CapturePropertyIds.socketCamStatus);
}