Skip to content

Commit

Permalink
fix!: Remove unused parameter from interface. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPod authored Jun 3, 2024
1 parent 840fc3e commit a962707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/package_version/pub_api_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class PubApiClient {
final Duration _requestTimeout;

PubApiClient({
void Function(String error)? onError,
http.Client? httpClient,
requestTimeout = const Duration(seconds: 2),
}) : _pubClient = PubClient(client: httpClient),
Expand Down

0 comments on commit a962707

Please sign in to comment.