isNotSelectVideoYet method

bool isNotSelectVideoYet()

Implementation

bool isNotSelectVideoYet() {
  if (amityVideo == null) {
    return true;
  } else {
    return false;
  }
}