Skip to content

Commit

Permalink
making SpotifyClient final
Browse files Browse the repository at this point in the history
  • Loading branch information
hayribakici committed Jul 18, 2024
1 parent 1064671 commit c3dbe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/spotify_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
part of '../spotify.dart';

/// A custom HTTP client with logging capabilities.
class SpotifyClient with http.BaseClient {
final class SpotifyClient with http.BaseClient {
final FutureOr<oauth2.Client> _inner;

bool _enableLogging = false;
Expand Down

0 comments on commit c3dbe4d

Please sign in to comment.