Skip to content

Commit

Permalink
remove p1 and p2 on register scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtAhmetaj committed Oct 28, 2024
1 parent 37ac31d commit 06525e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/get_it_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1552,8 +1552,6 @@ class _GetItImplementation implements GetIt {
FactoryFuncAsync<T>? factoryFuncAsync,
FactoryFuncParamAsync<T, P1, P2>? factoryFuncParamAsync,
T? instance,
P1? param1,
P2? param2,
required String? instanceName,
required bool isAsync,
Iterable<Type>? dependsOn,
Expand Down

0 comments on commit 06525e8

Please sign in to comment.