Skip to content

Commit

Permalink
adds more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hayribakici committed May 4, 2023
1 parent fbfcc64 commit bf43476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/endpoints/markets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class Markets extends EndpointBase {
Markets(SpotifyApiBase api) : super(api);

/// Get the list of markets where Spotify is available.
/// A result of `null` means that the country is not mapped
/// in this library.
Future<Iterable<Market?>> get availableMarkets async {
var jsonString = await _api._get(_path);
var map = json.decode(jsonString);
Expand Down

0 comments on commit bf43476

Please sign in to comment.