MediaItemByIndex extension
Methods
-
deleteAllByUniqueKey(
List< String> uniqueKeyValues) → Future<int> -
deleteAllByUniqueKeySync(
List< String> uniqueKeyValues) → int -
deleteByUniqueKey(
String uniqueKey) → Future< bool> -
deleteByUniqueKeySync(
String uniqueKey) → bool -
getAllByUniqueKey(
List< String> uniqueKeyValues) → Future<List< MediaItem?> > -
getAllByUniqueKeySync(
List< String> uniqueKeyValues) → List<MediaItem?> -
getByUniqueKey(
String uniqueKey) → Future< MediaItem?> -
getByUniqueKeySync(
String uniqueKey) → MediaItem? -
putAllByUniqueKey(
List< MediaItem> objects) → Future<List< Id> > -
putAllByUniqueKeySync(
List< MediaItem> objects, {bool saveLinks = true}) → List<Id> -
putByUniqueKey(
MediaItem object) → Future< Id> -
putByUniqueKeySync(
MediaItem object, {bool saveLinks = true}) → Id