resolvePackage abstract method

FutureOr<PackageSource?> resolvePackage(
  1. String pkg,
  2. String libPath
)

Resolves the source for package:[pkg]/[libPath], or null if this provider can't serve it.

Implementation

FutureOr<PackageSource?> resolvePackage(String pkg, String libPath);