musicDuration property
Gets the total duration of the currently loaded music in seconds.
Implementation
double get musicDuration => _backend.musicDuration;
Gets the total duration of the currently loaded music in seconds.
double get musicDuration => _backend.musicDuration;