getSocketCamEnabled method

Future getSocketCamEnabled()

Returns the current SocketCam status byte.

Implementation

Future<dynamic> getSocketCamEnabled() {
  return _get(CapturePropertyIds.socketCamStatus);
}