toggleLockScreenMobile method

void toggleLockScreenMobile()

Implementation

void toggleLockScreenMobile() {
  if (!UniversalPlatform.isDesktopOrWeb) {
    _lockedControls.value = !_lockedControls.value;
  }
}