load abstract method
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);