Checks if an asset exists without loading it.
relativePath - Path relative to the package root
relativePath
Returns true if the asset exists, false otherwise.
Future<bool> exists(String relativePath);