Uri? resolvePackageUri(Uri uri) { if (Dart.isWeb) { return null; } return resolvePackageUriSync(uri); }