resolveSource method

  1. @protected
Source resolveSource(
  1. String path
)
inherited

Resolve a path into a Source using the current builder (assets/files/urls). Override via changeSource to switch the strategy at runtime.

Implementation

@protected
Source resolveSource(String path) => _sourceBuilder(path);