canTakePhoto method

bool canTakePhoto()
inherited

Implementation

bool canTakePhoto() {
  return SendbirdUIKit().takePhoto != null;
}