byAsset abstract method

Future<List<AssetLocation>> byAsset(
  1. String assetId
)

Every placement of assetId, best-first is not implied — the caller selects among them.

Implementation

Future<List<AssetLocation>> byAsset(String assetId);