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