Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hayribakici committed Jul 13, 2024
1 parent 86f928a commit 387538d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/spotify_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class SpotifyClient with http.BaseClient {
set enableLogging(enable) => _enableLogging = enable;

late Logger _logger;

/// sets a custom logger
set logger(value) => _logger = value ?? Logger();

Expand Down

0 comments on commit 387538d

Please sign in to comment.