We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29bcfc commit 29d28e6Copy full SHA for 29d28e6
lib/get_it.dart
@@ -492,8 +492,10 @@ abstract class GetIt {
492
});
493
494
/// find the first registration that matches the type [T]/[instanceName] or the [instance]
495
- ObjectRegistration? findFirstObjectRegistration<T extends Object>(
496
- {Object? instance, String? instanceName});
+ ObjectRegistration? findFirstObjectRegistration<T extends Object>({
+ Object? instance,
497
+ String? instanceName,
498
+ });
499
500
/// Tests if an [instance] of an object or a Type ([T] or [type]) or a name [instanceName]
501
/// is registered inside GetIt
0 commit comments