expandLink method

Future<String> expandLink(
  1. String url
)

Expands shortened spotify url

Implementation

Future<String> expandLink(String url) async =>
    _streamedHeadImpl(url, const {});