disableScreenShot property

bool get disableScreenShot

Implementation

bool get disableScreenShot => _disableScreenShot;
set disableScreenShot (bool isEnabled)

Implementation

set disableScreenShot(bool isEnabled) => _disableScreenShot = isEnabled;