canRead abstract method

Future<bool> canRead(
  1. AssetId id
)

Indicates whether asset at id is readable.

Implementation

Future<bool> canRead(AssetId id);