contains<T> method
Checks if an adapter for type T
has been registered.
Implementation
bool contains<T>() => _registry.containsKey(T);
Checks if an adapter for type T
has been registered.
bool contains<T>() => _registry.containsKey(T);