exists abstract method

Future<bool> exists(
  1. String relativePath
)

Checks if an asset exists without loading it.

relativePath - Path relative to the package root

Returns true if the asset exists, false otherwise.

Implementation

Future<bool> exists(String relativePath);