isPurchased method

bool isPurchased()

Implementation

bool isPurchased() {
  return state == StoreProductState.purchased;
}