isRegistered<T extends Object> abstract method
Tests if an instance of an object or a Type (T or type) or a name instanceName
is registered inside GetIt
Implementation
bool isRegistered<T extends Object>({
Object? instance,
String? instanceName,
Type? type,
});