resolvePackage method
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;
Resolves the source for package:[pkg]/[libPath], or null if this
provider can't serve it.
@override
FutureOr<PackageSource?> resolvePackage(String pkg, String libPath) => null;