obtainForNewProperties method

Future<AssetPathEntity> obtainForNewProperties(
  1. {bool maxDateTimeToNow = true}
)

Call this method to obtain new path entity.

Implementation

Future<AssetPathEntity> obtainForNewProperties({
  bool maxDateTimeToNow = true,
}) {
  return AssetPathEntity.obtainPathFromProperties(
    id: id,
    albumType: albumType,
    type: type,
    optionGroup: filterOption,
  );
}