Get the duration of the audio file in seconds
@override Future<double> getDuration(String path) async { if (_audioElement != null) { return _currentDuration; } return 0.0; }