import '../models/song_model.dart'; abstract class AudioManager { Future playSong(int index, List songList); }