SpotifyApi.fromAuthCodeGrant constructor

SpotifyApi.fromAuthCodeGrant(
  1. AuthorizationCodeGrant grant,
  2. String responseUri
)

Implementation

SpotifyApi.fromAuthCodeGrant(super.grant, super.responseUri)
    : super.fromAuthCodeGrant();