@protected callIosScreenShot(bool shot) { log("callIosScreenShot >>> shot:$shot"); if (_isIosScreenShot != shot) { _isIosScreenShot = shot; _iosScreenShotListener?.call(shot); } }