getByUniqueKeySync method

MediaItem? getByUniqueKeySync(
  1. String uniqueKey
)

Implementation

MediaItem? getByUniqueKeySync(String uniqueKey) {
  return getByIndexSync(r'uniqueKey', [uniqueKey]);
}