menu
spotdl_dart_core
providers\spotify.dart
LazySpotifyResult
sDuration method
sDuration
dark_mode
light_mode
sDuration
method
@
override
Future
<
int
>
sDuration
(
)
override
Duration of the song in seconds.
Implementation
@override Future<int> sDuration() => _sDuration();
spotdl_dart_core
spotify
LazySpotifyResult
sDuration method
LazySpotifyResult class