currentOwner property

CameraOwner? get currentOwner

Get the current owner of this camera

Implementation

CameraOwner? get currentOwner {
  final ownershipManager = CameraOwnershipManager.getInstance();
  return ownershipManager.getCurrentOwner(position);
}