resolvePackage method

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

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

Implementation

@override
FutureOr<PackageSource?> resolvePackage(String pkg, String libPath) => null;