Returns whether the given Dart application is installed.
bool isActivated(String packageName) => _activatedPackages.contains(packageName);