canGetPhotoFile method

bool canGetPhotoFile()
inherited

Implementation

bool canGetPhotoFile() {
  return SendbirdUIKit().takePhoto != null ||
      SendbirdUIKit().choosePhoto != null;
}