logSpotifyUnlink method
Implementation
@override
Future<void> logSpotifyUnlink() async {
try {
await _logLinkingChannel
.invokeMethod(SuperfineSdkChannelMethods.logSpotifyUnlink);
} catch (e) {
print("Error unlinking Spotify account: $e");
}
}