load abstract method

Future<String> load(
  1. String relativePath
)

Loads an asset from the configured package as a string.

relativePath - Path relative to the package root

Returns the file content as a string. Throws BundlerException if the asset cannot be found or loaded.

Implementation

Future<String> load(String relativePath);