Check if a provider is registered
providerId - ID of the provider to check
providerId
static bool isRegistered(String providerId) { _ensureInitialized(); return _factories.containsKey(providerId); }