hasOwnership static method

bool hasOwnership(
  1. CameraPosition position,
  2. CameraOwner owner
)

Check if owner has ownership

Implementation

static bool hasOwnership(CameraPosition position, CameraOwner owner) {
  return _ownershipManager.checkOwnership(position, owner);
}