isOwnedBy method
Check if the camera is owned by the specified owner
Implementation
bool isOwnedBy(CameraOwner owner) {
final ownershipManager = CameraOwnershipManager.getInstance();
return ownershipManager.isOwner(position, owner);
}
Check if the camera is owned by the specified owner
bool isOwnedBy(CameraOwner owner) {
final ownershipManager = CameraOwnershipManager.getInstance();
return ownershipManager.isOwner(position, owner);
}