hasOwnership static method
Check if owner has ownership
Implementation
static bool hasOwnership(CameraPosition position, CameraOwner owner) {
return _ownershipManager.checkOwnership(position, owner);
}
Check if owner has ownership
static bool hasOwnership(CameraPosition position, CameraOwner owner) {
return _ownershipManager.checkOwnership(position, owner);
}